Difference between revisions of "OwnCloud"

From SME Server
Jump to navigationJump to search
m (addedd categories & level)
Line 18: Line 18:
 
5. Browse to http://yourserver/youriBay and follow install script
 
5. Browse to http://yourserver/youriBay and follow install script
  
 +
 +
For ldap authentication (tested with ownCloud v4.5.4):
 +
 +
1. log in as admin who installed owncloud
 +
 +
2. go to apps and enable ldap authentication backend
 +
 +
3. go to admin, ldap section
 +
 +
4. use below settings:
 +
 +
 +
Host: localhost
 +
 +
Base DN: dc=[yourdomain],dc=[com] (as seen in the 'domains' section in SME server manager)
 +
 +
User DN: uid=admin,ou=Users,dc=yourdomain,dc=com
 +
 +
Password: [SME admin password]
 +
 +
User Login Filter: uid=%uid
 +
 +
User List Filter: objectClass=person
 +
 +
For the variables between brackets [], use your specific settings. Ttest creating a specific user and use that username password opposed to using the admin's credentials.
  
  
 
Note 1: ownCloud may complain about not able to access iBay. 'chown -R www:www html' withi the iBay
 
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
 
  
 
----
 
----

Revision as of 07:42, 4 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.


PythonIcon.png Skill level: Medium
The instructions on this page require a basic knowledge of linux.


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


For ldap authentication (tested with ownCloud v4.5.4):

1. log in as admin who installed owncloud

2. go to apps and enable ldap authentication backend

3. go to admin, ldap section

4. use below settings:


Host: localhost

Base DN: dc=[yourdomain],dc=[com] (as seen in the 'domains' section in SME server manager)

User DN: uid=admin,ou=Users,dc=yourdomain,dc=com

Password: [SME admin password]

User Login Filter: uid=%uid

User List Filter: objectClass=person

For the variables between brackets [], use your specific settings. Ttest creating a specific user and use that username password opposed to using the admin's credentials.


Note 1: ownCloud may complain about not able to access iBay. 'chown -R www:www html' withi the iBay