Difference between revisions of "OwnCloud"
From SME Server
Jump to navigationJump to search (Created page with "ownCloud ( http://owncloud.org/ ) let's you create your own cloud-server, heavily based on WebDAV which is included. No need to follow any other How-to. Version 4.5.3. works o...") |
RayMitchell (talk | contribs) m (addedd categories & level) |
||
Line 1: | Line 1: | ||
ownCloud ( http://owncloud.org/ ) let's you create your own cloud-server, heavily based on WebDAV which is included. No need to follow any other How-to. | ownCloud ( http://owncloud.org/ ) let's you create your own cloud-server, heavily based on WebDAV which is included. No need to follow any other How-to. | ||
− | + | {{Level|Medium}} | |
Version 4.5.3. works out of the box on SME8 | Version 4.5.3. works out of the box on SME8 | ||
Line 23: | Line 23: | ||
Note 2: Ldap authentication testing on the way | Note 2: Ldap authentication testing on the way | ||
+ | |||
+ | ---- | ||
+ | [[Category:Howto]] | ||
+ | [[Category: Backup]] | ||
+ | [[Category: Webapps]] |
Revision as of 02:54, 2 December 2012
ownCloud ( http://owncloud.org/ ) let's you create your own cloud-server, heavily based on WebDAV which is included. No need to follow any other How-to.
Version 4.5.3. works out of the box on SME8
Quick test install:
1. Download the latest version from here http://owncloud.org/releases/
2. Create an iBay and extract ownCloud into the html directory of the new iBay
3. Set the openbasedir for the iBay to include /tmp
4. Create a new database in MySQL, grant persmissions, set password and flush
5. Browse to http://yourserver/youriBay and follow install script
Note 1: ownCloud may complain about not able to access iBay. 'chown -R www:www html' withi the iBay
Note 2: Ldap authentication testing on the way