2016-04-12 13:07:46 +02:00
2016-04-04 13:09:49 +02:00
2016-04-07 17:53:15 -04:00
2015-10-23 00:43:41 -04:00
2016-04-05 14:20:05 +02:00
2015-05-04 00:12:43 +02:00
2015-12-21 20:26:52 +03:00
2015-12-16 18:04:32 +03:00
2015-07-08 21:17:20 +02:00
2016-04-04 13:09:49 +02:00
2015-12-16 18:04:32 +03:00
2015-12-16 18:04:32 +03:00
2016-04-12 13:07:46 +02:00
2015-12-16 18:04:32 +03:00

richdocuments ownCloud application to integrate Collabora Online

Installation

`make dist`

Creates a tarball. The contents should go under owncloud/apps/richdocuments.

`rpmbuild -ba -vv owncloud-collabora-online.spec`

Creates an RPM package (tested only with openSUSE). The CODE VM uses it.

Memcache is a requirement (tested only with APCu). Install php-apcu, php5-apcu, or whatever this package is called on your Linux distro, and add the following line to owncloud/config/config.php:

`'memcache.local' => '\OC\Memcache\APCu',`

From command line you can use:

`occ config:system:set --value='\OC\Memcache\APCu' memcache.local`

You can enable richdocument application from the command line:

`occ app:enable richdocuments`

You need to configure the WOPI Client URL, which is where the LibreOffice Online WebSocket Daemon (loolwsd) is listening. It is in Admin - Collabora Online section in ownCloud, or you can set it from command line:

`occ config:app:set --value='https://<hostname or IP address>:<port>' richdocuments wopi_url`

Default port is 9980. If loolwsd was compiled without SSL (like in the CODE VM), you have to write http instead of https.

Description
Copy of Nextcloud richdocuments app, but with modifications so all traffic goes over clearnet/CJDNS/Tor/I2P/whatever instead of having a single default hostname.
Readme 20 MiB
Languages
JavaScript 71.5%
PHP 24.4%
CSS 3.7%
Makefile 0.4%