fix wrong PHP error log command

Ralf Becker 2019-08-01 12:48:20 +02:00
parent b44f95cf91
commit 7f78c7379a

@ -67,7 +67,7 @@ docker restart egroupware
## How to view error-log of the webserver ## How to view error-log of the webserver
In case of an error you can look at the error log with the following command: In case of an error you can look at the error log with the following command:
``` ```
docker logs -f egroupware docker logs -f egroupware-nginx 2>&1 | sed 's/PHP message/\nPHP message/g'
``` ```
## How to install Collabora Online Office ## 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). 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).