Owncloud

From miki
Revision as of 13:07, 17 May 2016 by Mip (talk | contribs) (Created page with "== Install == From [https://doc.owncloud.org/server/9.0/admin_manual/installation/linux_installation.html Owncloud page]: <source lang=bash> wget -nv https://download.ownclo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Install

From Owncloud page:

wget -nv https://download.owncloud.org/download/repositories/stable/xUbuntu_14.04/Release.key -O Release.key
apt-key add - < Release.key
sh -c "echo 'deb http://download.owncloud.org/download/repositories/stable/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud.list"
apt-get update
apt-get install owncloud

Note:

  • Installing owncloud-files was not enough. Not sure what are the missing dependencies.