This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation. |
Difference between revisions of "OwnCloud"
(added link to fork, which also mirrors shared folders) |
m (→Forked Module) |
||
Line 30: | Line 30: | ||
=Forked Module= | =Forked Module= | ||
− | ALLMENDA has extened the ownCloud Module, so that it also mirrors Shared Folders. | + | ALLMENDA has extened the Group-Office ownCloud Module, so that it also mirrors Shared Folders. |
Get their module here: https://github.com/horfic/groupoffice-owncloud | Get their module here: https://github.com/horfic/groupoffice-owncloud | ||
Revision as of 11:55, 25 February 2014
Contents
Overview
This is not really a module. But describes how you can integrate ownCloud with Group-Office.
Dependencies
Works with Group-Office 4.1.73 and up.
Installation
Follow the ownCloud installation instructions: http://owncloud.org/install/
At this time the Group-Office ownCloud app has not yet been approved. So you can't get it from their store. You can grab the source from gitHub:
https://github.com/mschering/groupoffice-owncloud
Rename the "groupoffice-owncloud-master" folder to "groupoffice" and put it into the "apps" folder of ownCloud.
If Group-Office is not installed in /usr/share/groupoffice add this variable to "config/config.php":
'groupoffice_root'=>'/path/to/groupoffice'
If you need to specify a Group-Office config.php location you can add:
'groupoffice_config'=>'/path/to/groupoffice/config.php'
Now you can install the Group-Office app in the app manager of ownCloud.
Forked Module
ALLMENDA has extened the Group-Office ownCloud Module, so that it also mirrors Shared Folders. Get their module here: https://github.com/horfic/groupoffice-owncloud
Uninstall
Remove the ownCloud package or sources.
User Manual
Debugging
You can find the owncloud.log file in the "data" directory of ownCloud.