cleanup docs and add some more regarding Docker installation (#223)

* cleanup docs and add some more regarding Docker installation
This commit is contained in:
Markos Gogoulos
2021-06-16 20:46:40 +03:00
committed by GitHub
parent ddbaa51285
commit d3a3934ce7
5 changed files with 97 additions and 58 deletions

View File

@@ -8,12 +8,19 @@ In case of a the single server installation, add to `cms/local_settings.py` .
In case of a docker compose installation, add to `deploy/docker/local_settings.py` . This will automatically overwrite `cms/local_settings.py` .
Any change needs restart of MediaCMS in order to take effect. So edit `cms/local_settings.py`, make a change and restart MediaCMS
Any change needs restart of MediaCMS in order to take effect.
```
Single server installation: edit `cms/local_settings.py`, make a change and restart MediaCMS
```bash
#systemctl restart mediacms
```
Docker Compose installation: edit `deploy/docker/local_settings.py`, make a change and restart MediaCMS containers
```bash
#docker-compose restart web worker
```
### change portal logo