Add comment about Nginx support for new installations under Debian/Ubuntu

Ralf Becker 2019-08-22 13:43:44 +02:00
parent 08cd337c94
commit b0615a7e1e

@ -29,6 +29,8 @@ sudo apt-get update
sudo apt-get install egroupware-docker
```
> If you prefer to use Nginx on the host ***for a new installation***, you can do so by adding ***nginx*** to the install command above. This is not supported for an upgrade!
> Our Ubuntu package recommends Rocket.Chat and Collabora Online Office, which mean they will be installed by default, unless you opt out by using ```--no-install-recommends``` in the above ```apt-get``` command. Doing so you have to take care of explicitly installing MariaDB! Of cause you can always deinstall them after testing, if you prefer to use something else.
> Ubuntu 16.04 does not provide a docker-compose package/command, therefore we provide one in our repository.