This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation.

Difference between revisions of "OwnCloud"

From Group-Office Groupware and CRM Documentation
Jump to: navigation, search
(Overview)
(OC 8.2 hint)
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
=Dependencies=
 
=Dependencies=
Works with Group-Office 4.1.73 and up.
+
Works with Group-Office 4.1.73 and up and ownCloud 8.1.9.
  
 
=Installation=
 
=Installation=
Line 14: Line 14:
 
https://github.com/mschering/groupoffice-owncloud
 
https://github.com/mschering/groupoffice-owncloud
  
Rename the "groupoffice-owncloud-master" folder to "groupoffice" and put it into the "apps" folder of ownCloud.
+
Rename the "groupoffice-owncloud-master" folder to "groupoffice" and put it into the "apps" folder of ownCloud (ownCloud apps should not contain a "-").
  
 
If Group-Office is not installed in /usr/share/groupoffice add this variable to
 
If Group-Office is not installed in /usr/share/groupoffice add this variable to
Line 27: Line 27:
  
 
Now you can install the Group-Office app in the app manager of ownCloud.
 
Now you can install the Group-Office app in the app manager of ownCloud.
 +
 +
=Forked Module=
 +
 +
fairkom has extended the Group-Office ownCloud Module in 2013, so that it also mirrors Shared Folders.
 +
Get their module here: https://github.com/horfic/groupoffice-owncloud (as of late 2014, code has now also been merged now into the main code).
 +
Any DropBox folder mounted to GroupOffice is not being mirrored once more with ownCloud and does not show up within the Shared Folders list.
  
 
=Uninstall=
 
=Uninstall=
Line 37: Line 43:
  
 
=Debugging=
 
=Debugging=
 +
 +
If a file or folder does not sync, then touch it in the ownCloud Web interface (e.g. change its name).
  
 
You can find the owncloud.log file in the "data" directory of ownCloud.
 
You can find the owncloud.log file in the "data" directory of ownCloud.
 +
 +
For ownCloud 8.2 you have to move the app "files_external" from the owncloud/apps folder, there is some unresolved conflict.

Latest revision as of 19:41, 18 February 2017

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 and ownCloud 8.1.9.

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 (ownCloud apps should not contain a "-").

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

fairkom has extended the Group-Office ownCloud Module in 2013, so that it also mirrors Shared Folders. Get their module here: https://github.com/horfic/groupoffice-owncloud (as of late 2014, code has now also been merged now into the main code). Any DropBox folder mounted to GroupOffice is not being mirrored once more with ownCloud and does not show up within the Shared Folders list.

Uninstall

Remove the ownCloud package or sources.

User Manual

http://doc.owncloud.org/

Debugging

If a file or folder does not sync, then touch it in the ownCloud Web interface (e.g. change its name).

You can find the owncloud.log file in the "data" directory of ownCloud.

For ownCloud 8.2 you have to move the app "files_external" from the owncloud/apps folder, there is some unresolved conflict.