Nextcloud: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 5: Zeile 5:
 
<pre>
 
<pre>
 
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>
 +
=Installation=
 +
Zunächst wird nextcloud auf dem Server installiert
 +
<pre>
 +
sudo tar -C /var/www -xvjf /tmp/nextcloud-10.0.1.tar.bz2
 
</pre>
 
</pre>

Version vom 20. Juni 2017, 11:21 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