owncloud and samba shares
Posted: Mon Aug 27, 2012 2:41 pm
I'm investigating this great app owncloud for some time, but I think that the best function is that integrate with samba shares. The idea is that. You have the same files in owncloud web interface and dont have replicated files.
The amahi shares are on /var/hda/files
The owncloud app are in /var/hda/web-apps/owncloud/html
The owncloud user home folder is /var/hda/web-apps/owncloud/html/ and the usernme
The idea is that the users have her home folder in /var/hda/files and their user name and unify both services. When im tunning the php config file, owncloud dont let me write files here, there are a trouble with apache permissions
there is my html/config/config.php custom entry:
Some people are having similar issues in their forums, see here: http://forum.owncloud.org/viewtopic.php?f=3&t=2432
Cheers
The amahi shares are on /var/hda/files
The owncloud app are in /var/hda/web-apps/owncloud/html
The owncloud user home folder is /var/hda/web-apps/owncloud/html/ and the usernme
The idea is that the users have her home folder in /var/hda/files and their user name and unify both services. When im tunning the php config file, owncloud dont let me write files here, there are a trouble with apache permissions
there is my html/config/config.php custom entry:
Code: Select all
"datadirectory" => '/var/hda/files',
Cheers