Nextcloud: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 6: Zeile 6:
 
curl -LO https://download.nextcloud.com/server/releases/nextcloud-10.0.1.tar.bz2
 
curl -LO https://download.nextcloud.com/server/releases/nextcloud-10.0.1.tar.bz2
 
</pre>
 
</pre>
=Installation=
+
==Installation==
Zunächst wird nextcloud auf dem Server installiert
+
*Zunächst wird nextcloud auf dem Server installiert
 
<pre>
 
<pre>
 
sudo tar -C /var/www -xvjf /tmp/nextcloud-10.0.1.tar.bz2
 
sudo tar -C /var/www -xvjf /tmp/nextcloud-10.0.1.tar.bz2
 
</pre>
 
</pre>

Version vom 20. Juni 2017, 11:22 Uhr

Download

  • um zu starten wechseln wir ins Verzeichnis /tmp
  • dann nutzen wir "curl" um Nextcloud downzuloaden (Stand 2017)
curl -LO https://download.nextcloud.com/server/releases/nextcloud-10.0.1.tar.bz2

Installation

  • Zunächst wird nextcloud auf dem Server installiert
sudo tar -C /var/www -xvjf /tmp/nextcloud-10.0.1.tar.bz2