====== 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 ===== [[http://doc.owncloud.org/calendars/|Calendars in Owncloud Documentation]] ==== Calendar and adresses in Outlook ==== https://www.dzwebdesign.de/owncloud/owncloud-kalender-mit-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// ** 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): [[https://play.google.com/store/apps/details?id=org.dmfs.caldav.lib|CalDav]] [[https://play.google.com/store/apps/details?id=org.dmfs.carddav.sync|CardDav (eingeschränkte free Version)]] http://dmfs.org/(external link) **__ am Beispiel des kostenlosen CalDav Sync Adapter __** Username : \\ Passwort : \\ URL: : https://ww8cloud.ww.uni-erlangen.de/remote.php/dav/calendars/ 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 {{ :infra:connect_to_server_069.png?400 |}} Enter you user name and password\\ Bookmark the address to access it easier next times ==== Add external Storage ==== Add the [[:infra?s[]=rrze#rrze_resources|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). [[http://owncloud.org/sync-clients/|Sync-Clients für Windows/Mac/Linux]] **Linux Systems (Ubuntu)** [[http://software.opensuse.org/download/package?project=isv:ownCloud:devel&package=owncloud-client|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** [[http://doc.owncloud.org/server/5.0/user_manual/files/files.html|Tutorial]] 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 And to unmount: fusermount -u