Table of Contents
WW8Cloud
Detailed tutorial on this topic from WW8Cloud wiki website: https://doc.owncloud.org/server/7.0/user_manual/files/files.html
Calendar and adresses
Calendar and adresses in Outlook
Calendar and adresses in Tunderbird
In Lightning einen neuen Kalender anlegen, der „im Netzwerk“ und vom Typ „CalDAV“ ist. Als Adresse gibt man hier die an, die einem ownCloud anzeigt, wenn man dort auf das Welt-Icon klickt. Das sieht in etwa so aus:
https://ww8cloud.ww.uni-erlangen.de/remote.php/dav/calendars/<BENUTZERNAME>/<KALENDERNAME>
Android Smartphone
die Dav-Syncronisationsformate werden nicht direkt von Android unerstützt. Ist bereits eine xDav-fähige App installiert ist nichts weiter zu tun.
Beispielsweise gibt es günstige Apps im Goolge Playstore (früher Market):
CardDav (eingeschränkte free Version)
http://dmfs.org/(external link)
am Beispiel des kostenlosen CalDav Sync Adapter
Username : <BENUTZERNAME>
Passwort : <YourPassword>
URL: : https://ww8cloud.ww.uni-erlangen.de/remote.php/dav/calendars/<BENUTZERNAME>
Es kann einige Zeit dauern bis alle Kalender erkannt und eingebunden sind (Die Meldung über den neu gefundenen Kalender wegklicken sonst werden keine weiteren gesucht).
Jedesmal wenn das Passwort geändert werden muß, muß das komplette “CalDav Sync Adapter”-Konto gelöscht und neu angelegt werden.
Accessing WW8Cloud Files Using Linux:
Use the davs:// protocol to connect the Nautilus file manager to your ownCloud share:
davs://ww8cloud.ww.uni-erlangen.de/remote.php/webdav
Enter you user name and password
Bookmark the address to access it easier next times
Add external Storage
Add the RRZE-Home-Folder as external storage.
Daten syncronisieren
Android Smartphone
https://play.google.com/store/apps/details?id=com.nextcloud.client(external link)
Windows (XP/7/8), Mac, Linux
Für die am meisten verbreiteten Systeme gibt es einfach zu bedienende Syncronisation-Clients die einen ähnlichen Funktionsumfang wie Dropbox bieten (sollen).
Sync-Clients für Windows/Mac/Linux
Linux Systems (Ubuntu) ownCloud Client
Example installation on institute client: (even if we use 12.04, the 12.10 client works best)
To add the repository key to apt run this as root:
wget http://download.opensuse.org/repositories/isv:ownCloud:devel/xUbuntu_12.10/Release.key apt-key add - < Release.key
echo 'deb http://download.opensuse.org/repositories/isv:ownCloud:devel/xUbuntu_12.10/(external link) /' >> /etc/apt/sources.list.d/owncloud-client.list apt-get update apt-get install owncloud-client
If something doesn't work, the user configuration can be found in:
~/.local/share ...
Mount WebDAV in Linux
In Ubuntu (Gnome), Filemanager öffnen, mit Server verbinden und als Zieladresse
davs://ww8cloud.ww.uni-erlangen.de/remote.php/webdav/
eingeben.
With fusermount
you can use on the shell to mount:
wdfs <dav url> <mount point>
And to unmount:
fusermount -u <mount point>