OwnCloud Setup: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
 
Line 17: Line 17:
=== Setting up a cloud calender in [[Mac OS X]] 10.8 Mountain Lion ===
=== Setting up a cloud calender in [[Mac OS X]] 10.8 Mountain Lion ===
This is how it works:
This is how it works:
* Go to your [[ownCloud]] calendar and get the calDAV-URL:<br>[[Image:OwnCloudCalender00.png]]
* Go to your [[ownCloud]] calendar and get the calDAV-URL:<br>[[Image:OwnCloudCalender00.png|400px]]
* Open Calendar, add a new CalDAV-account:<br>[[Image:OwnCloudCalender01.png]]
* Open Calendar, add a new CalDAV-account:<br>[[Image:OwnCloudCalender01.png|300px]]
* Enable SSL, if you can:<br>[[Image:OwnCloudCalender02.png]]
* Enable SSL, if you can:<br>[[Image:OwnCloudCalender02.png|300px]]
[[How to not set up owncloud calendars in Mac OS X 10.8|This is, how it doesn't work]]
[[How to not set up owncloud calendars in Mac OS X 10.8|This is, how it doesn't work]]
=== Setting up a cloud address book in [[Mac OS X]] 10.8 Mountain Lion ===
TBD


----
----

Latest revision as of 16:32, 14 December 2013

I wanted to document my thoughts about the OwnCloud setup...so, here it is:

Basic Installation

  • Download the server from http://owncloud.org/install/
  • Extract the archive on your server (needing Apache2, PHP5 and some more pretty common tool - usually everything you need is provided by your web hoster)
bzip2 -d owncloud-5*.bz2
tar xf owncloud-5*.tar
  • Open the location with your browser: http://<MYHOST>/owncloud
  • Configure your admin account[1]

SSL/TLS

Since I don't want to spend money for a officially signed[2] certificate, I prefer to create my own certificate. See Setup apache with a self-signed SSL/TLS-certificate for the how-to.

From now on you can, and should, use: https://<MYHOST>/owncloud

Setting up a cloud calender in Mac OS X 10.8 Mountain Lion

This is how it works:

  • Go to your ownCloud calendar and get the calDAV-URL:
    OwnCloudCalender00.png
  • Open Calendar, add a new CalDAV-account:
    OwnCloudCalender01.png
  • Enable SSL, if you can:
    OwnCloudCalender02.png

This is, how it doesn't work

Setting up a cloud address book in Mac OS X 10.8 Mountain Lion

TBD


  1. And yes, you shoud hurry if your site is public. First one entering his data owns the place!
  2. That does NOT mean, it's safer. It might be, but take a look at your Keychain and decide for yourself.