Apt update Apt upgrade
Installation LAMP Install apache2 Install mysql / mariadb Install php et le connecteur mysql
ps aux | grep apache
Sécurisation mariadb Mysqlsecureinstallation
Création d'utilisateur sql Mysql -uroot -p CREATE USER 'nextbddusre'@'localhost' IDENTIFIED BY 'Not24get' ; CREATE DATABASE IF NOT EXISTS nextcloudDB CHARACTER SET utf8mb8 COLLATE utf8mb4generalci; GRANT ALL PRIVILEGES ON nextcloudDB.* TO 'nextbduser'@'localhost'; FLUSH PRIVILEGES;
Telecharger l'archive de nextcloud Hash de l'archive & comparaison
Chown -R www-data: /var/www/html/nextcloud