mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:27 +01:00
fix wrong PHP error log command
parent
b44f95cf91
commit
7f78c7379a
@ -67,7 +67,7 @@ docker restart egroupware
|
||||
## How to view error-log of the webserver
|
||||
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
|
||||
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).
|
||||
|
Loading…
Reference in New Issue
Block a user