Owncloud: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Installation= *apt-get install php5-mysql =Fremdquelle= ==Führen Sie für Ubuntu 14.04 folgendes aus== *sh -c "echo 'deb http://download.opensuse.org/repositori…“)
 
Zeile 4: Zeile 4:
 
==Führen Sie für Ubuntu 14.04 folgendes aus==
 
==Führen Sie für Ubuntu 14.04 folgendes aus==
 
*sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud.list"
 
*sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud.list"
 +
*wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_14.04/Release.key
 +
*sudo apt-key add - < Release.key 
 
*apt-get update
 
*apt-get update
 
*apt-get install owncloud
 
*apt-get install owncloud

Version vom 9. Januar 2015, 08:39 Uhr

Installation

  • apt-get install php5-mysql

Fremdquelle

Führen Sie für Ubuntu 14.04 folgendes aus