Owncloud: Difference between revisions
Jump to navigation
Jump to search
(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...") |
No edit summary |
||
Line 1: | Line 1: | ||
== References == |
|||
* https://owncloud.org/ |
|||
Tools: |
|||
* [https://davdroid.bitfire.at/ DAVDroid] — free sync app on Android |
|||
* [https://sourceforge.net/projects/outlookcaldavsynchronizer/?source=typ_redirect Outlook CalDav Synchronizer] — Sync Outlook with Google, SOGo, Horde or any other CalDAV server |
|||
: Also on [https://github.com/aluxnimm/outlookcaldavsynchronizer GitHub]. |
|||
* [http://dmfs.org/carddav/ CardDAV-Sync] — Another CardDAV sync app for Android (free / paid). |
|||
== Install == |
== Install == |
||
Revision as of 15:44, 18 May 2016
References
Tools:
- DAVDroid — free sync app on Android
- Outlook CalDav Synchronizer — Sync Outlook with Google, SOGo, Horde or any other CalDAV server
- Also on GitHub.
- CardDAV-Sync — Another CardDAV sync app for Android (free / paid).
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.