Step by step instalasi Next Cloud
------------------------------------------------------------------
[1] apt install apache2 libapache2-mod-php mariadb-server php-xml php-cli php-cgi php-mysql php-mbstring php-gd php-curl php-zip
[2] systemctl start apache2.service
systemctl enable apache2.service
systemctl status apache2.service
[3] mysql_secure_installation
mysql -u root -p
[5] CREATE DATABASE nextcloud;
CREATE USER 'nextclouduser'@'localhost' IDENTIFIED BY 'password';
GRANT ALL ON nextcloud.* TO 'nextclouduser'@'localhost';
FLUSH PRIVILEGES;
[6] wget https://download.nextcloud.com/server...
[6] unzip nextcloud-*.zip
[78]] cp -r /nextcloud /var/www/html/nextcloud
[chown -R www-data:www-data /var/www/html/nextcloud
Watch video Tutorial Cara Instalasi Nextcloud di Debian online without registration, duration hours minute second in high quality. This video was added by user ElmiraKom Vision 05 March 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 18 once and liked it people.