Install owncloud on osx
Here is how you install the owncloud server version on your osx server. I am using Mountain Lion right now. Make sure your web server is working by going to http://localhost/ Download the Community Edition at http://forum.owncloud.org/. You will need to click on a few links to get there. My version is 5.0.4 at this time. Then untar: tar -xvf owncloud*.tar.bz2 Then copy the folder owncloud to your web file directory. Mine is at /Library/Server/Web/Data/Sites/Default/. ...