Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-04-04 23:32:13 +0300
committerAndras Timar <andras.timar@collabora.com>2016-04-04 23:32:13 +0300
commit7258eeea2f45f10c7a13e357e9f4516fb5529dc2 (patch)
tree027da986ea5175f7c162b766172082ebab2265dd /owncloud-collabora-online.spec.in
parent74e78bc1e97a214d3b9353d3792d7eff7bc4b02f (diff)
configure memcache.local
Diffstat (limited to 'owncloud-collabora-online.spec.in')
-rw-r--r--owncloud-collabora-online.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/owncloud-collabora-online.spec.in b/owncloud-collabora-online.spec.in
index 05cb87d6..9a37167b 100644
--- a/owncloud-collabora-online.spec.in
+++ b/owncloud-collabora-online.spec.in
@@ -48,6 +48,7 @@ tar cf - . | (cd %{buildroot}/srv/www/htdocs/owncloud/apps/richdocuments && tar
%post
chown -R wwwrun:www /srv/www/htdocs/owncloud/apps
+su -s /bin/bash -c "php /srv/www/htdocs/owncloud/occ config:system:set --value='\OC\Memcache\APCu' memcache.local" wwwrun
su -s /bin/bash -c "php /srv/www/htdocs/owncloud/occ app:enable richdocuments" wwwrun
systemctl restart apache2.service