« NextCloud » : différence entre les versions
Aller à la navigation
Aller à la recherche
(Created page with "= LXC Ubuntu 20.04 = == Installation Serveur == [https://docs.nextcloud.com/server/stable/admin_manual/installation/index.html '''Source''']") |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
= LXC Ubuntu 20.04 = | = LXC Ubuntu 20.04 = | ||
== Installation Serveur == | == Installation Serveur == | ||
[https://docs.nextcloud.com/server/stable/admin_manual/installation/index.html '''Source'''] | [https://docs.nextcloud.com/server/stable/admin_manual/installation/index.html '''Source'''] [https://www.linuxbabe.com/ubuntu/install-nextcloud-ubuntu-20-04-apache-lamp-stack '''autre source'''] | ||
# apt update && apt upgrade | |||
=== Serveur SQL MariarDB === | |||
Installation : | |||
# apt install mariadb-server | |||
On lance le script pour attribuer un mot de passe root, virer l'utilisateur anonyme etc. | |||
# mysql_secure_installation | |||
Set root password? [Y/n] '''y''' | |||
Remove anonymous users? [Y/n] '''y''' | |||
Disallow root login remotely? [Y/n] '''y''' | |||
Remove test database and access to it? [Y/n] '''y''' | |||
Reload privilege tables now? [Y/n] '''y''' | |||
... Success! | |||
Version du 11 avril 2021 à 18:57
LXC Ubuntu 20.04
Installation Serveur
# apt update && apt upgrade
Serveur SQL MariarDB
Installation :
# apt install mariadb-server
On lance le script pour attribuer un mot de passe root, virer l'utilisateur anonyme etc.
# mysql_secure_installation
Set root password? [Y/n] y
Remove anonymous users? [Y/n] y
Disallow root login remotely? [Y/n] y
Remove test database and access to it? [Y/n] y
Reload privilege tables now? [Y/n] y ... Success!