From 2f959d589962c7d420ef4f26c09dbc446c7516c1 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 1 Aug 2019 12:54:50 +0200 Subject: [PATCH] Updated 19.1 Installation using egroupware docker RPM DEB package (markdown) --- ...--Installation-using-egroupware-docker-RPM-DEB-package.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/19.1--Installation-using-egroupware-docker-RPM-DEB-package.md b/19.1--Installation-using-egroupware-docker-RPM-DEB-package.md index 58dd3ad..54f0799 100644 --- a/19.1--Installation-using-egroupware-docker-RPM-DEB-package.md +++ b/19.1--Installation-using-egroupware-docker-RPM-DEB-package.md @@ -61,6 +61,7 @@ They will work with the 19.1 container, as docker-compose.yml passes /usr/share/ This mechanism can also be used to add arbitrary third-party apps to an EGroupware running in a container: ``` mkdir -p /usr/share/egroupware +cd /usr/share/egroupware git clone docker restart egroupware ``` @@ -72,10 +73,10 @@ docker logs -f egroupware-nginx 2>&1 | sed 's/PHP message/\nPHP message/g' ## How to install Collabora Online Office After EGroupware 19.1 is installed and working, you can add Collabora by installing our **egroupware-collabora-key** package from the stable / 17.1 repo (server:eGroupWare instead of server:eGroupWare:trunk). -If you prefer to use / test with [CODE Collabora Online Development Edition](https://www.collaboraoffice.com/code/) you can change the container image in from "quay.io/egroupware/collabora-key" to "collabora/code": +If you prefer to use / test with [CODE Collabora Online Development Edition](https://www.collaboraoffice.com/code/) you can change the container image in from "quay.io/egroupware/collabora-key:stable" to "collabora/code:latest": ``` cd /etc/egroupware-collabora-key -sed -i 's#quay.io/egroupware/collabora-key#collabora/code#g' docker-compose.yml +sed -i 's#quay.io/egroupware/collabora-key:stable#collabora/code:latest#g' docker-compose.yml docker-compose up -d docker cp /var/lib/egroupware/default/loolwsd/loolwsd.conf egroupware-collabora-key:/etc/loolwsd docker-compose restart