Owncloud: Unterschied zwischen den Versionen

Aus CodicaTipps
Zur Navigation springen Zur Suche springen
Zeile 8: Zeile 8:
 
== Installation ==
 
== Installation ==
  
Unter Debian lässt sich Owncloud mit automatischen Updates übers Repository folgendermaßen installieren:<ref>
+
Unter Debian lässt sich Owncloud mit automatischen Updates übers Repository folgendermaßen installieren:<ref>Siehe http://software.opensuse.org/download.html?project=isv:ownCloud:community&package=owncloud .</ref>
  
 
Die Datei <code>/etc/apt/sources.list.d/owncloud.list</code> wird folgendermaßen angelegt:
 
Die Datei <code>/etc/apt/sources.list.d/owncloud.list</code> wird folgendermaßen angelegt:
Zeile 19: Zeile 19:
  
 
------
 
------
<references>
+
<references/>
 
[[Category:Open Source]]
 
[[Category:Open Source]]
 
[[Category:ServerSoftware]]
 
[[Category:ServerSoftware]]
 
[[Category:Plattformübergreifende Software]]
 
[[Category:Plattformübergreifende Software]]

Version vom 22. März 2014, 21:37 Uhr

Owncloud ist ein Ersatz für

  • DropBox - Dateisynchronisation
  • Google Calendar - Webkalender, der mit Desktop / Mobilen Clients synchronisiert werden kann
  • Google Contacts - synchronisierbares Adressbuch
  • Google Documents, Zoho Office - Online Office Lösung mit der Möglichkeit gemeinsam an einem Dokument arbeiten zu können


Installation

Unter Debian lässt sich Owncloud mit automatischen Updates übers Repository folgendermaßen installieren:[1]

Die Datei /etc/apt/sources.list.d/owncloud.list wird folgendermaßen angelegt:

 echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/Debian_7.0/ /' >> /etc/apt/sources.list.d/owncloud.list 

Der nötige Schlüssel wird folgendermaßen importiert:

 wget -O - http://download.opensuse.org/repositories/isv:ownCloud:community/Debian_7.0/Release.key | apt-key add -