Nextcloud on ubuntu: Unterschied zwischen den Versionen

Aus WIKI
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<pre>
<pre>
sudo apt install php-xml php-cgi php-cli php-mysql php-mbstring php-gd php-curl php-zip
sudo apt install php-xml php-cgi php-cli php-mysql php-mbstring php-gd php-curl php-zip
sudo apt install mariadb-server nginx php-fpm php-mysql
sudo systemctl start mariadb
sudo systemctl enable mariadb
sudo systemctl start php7.2-fpm
sudo systemctl enable php7.2-fpm
</pre>
</pre>



Version vom 27. Dezember 2018, 07:57 Uhr

sudo apt install php-xml php-cgi php-cli php-mysql php-mbstring php-gd php-curl php-zip
sudo apt install mariadb-server nginx php-fpm php-mysql
sudo systemctl start mariadb
sudo systemctl enable mariadb
sudo systemctl start php7.2-fpm
sudo systemctl enable php7.2-fpm

Ältere Variante:

sudo apt-get install apache2 libapache2-mod-php5 php5 php5-mysql mysql-server php5-gd php5-curl

mysql Passwort: W56X9y8nB+%vZ}8

wget -c https://download.nextcloud.com/server/releases/nextcloud-9.0.53.zip

Letsencrypt

ssh 22223