mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-12-07 20:52:30 -05:00
cleanup docs and add some more regarding Docker installation (#223)
* cleanup docs and add some more regarding Docker installation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user