How to install Nextcloud in ubuntu

Install the Apache webserver. sudo apt update && apt upgrade -y sudo apt install -y apache2 libapache2-mod-php bzip2 Install the necessary PHP modules for Nextcloud installation. sudo apt install -y php-gd php-json php-mysql php-curl php-mbstring php-intl php-imagick php-xml php-zip php-sqlite3 #Enable mod_rewrite for NextCloud work properly. sudo a2enmod rewrite #also, you need to enable a …

How to install Nextcloud in ubuntu Read More »