Nextcloud (Ubuntu 18.04): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 4: Zeile 4:


<pre>
<pre>
sudo apt-get install -y php-ctype php-curl php-dom php-gd php-iconv php-json php-libxml php-mbstring php-openssl php-posix php-session php-simplexml php-xmlreader php-xmlwriter php-zip php-zlib
sudo apt-get install -y php-curl php-gd php-json php-libxml php-mbstring php-openssl php-session php-zip php-zlib php-xml php-common
</pre>
</pre>




<pre>
pdo_mysql
</pre>


== Links ==
== Links ==

Version vom 11. Juni 2020, 08:15 Uhr

Noch in Bearbeitung

Installation

sudo apt-get install -y php-curl php-gd php-json php-libxml php-mbstring php-openssl php-session php-zip php-zlib php-xml php-common 


 pdo_mysql

Links

https://docs.nextcloud.com/server/19/admin_manual/installation/

https://docs.nextcloud.com/server/19/admin_manual/installation/example_ubuntu.html


Zurück zu Nextcloud