pull/227/head
Markos Gogoulos 2021-06-16 20:54:00 +03:00
rodzic 4f72c00598
commit de30fe68f1
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ Single server installation: edit `cms/local_settings.py`, make a change and rest
Docker Compose installation: edit `deploy/docker/local_settings.py`, make a change and restart MediaCMS containers
```bash
#docker-compose restart web worker
#docker-compose restart web celery_worker celery_beat
```
### change portal logo

Wyświetl plik

@ -32,10 +32,10 @@ This will download all MediaCMS related Docker images and start all containers.
## Configuration
Checkout the configuration docs on [Configuration](docs/Configuration.md) page.
Checkout the configuration docs on [Configuration](/docs/Configuration.md) page.
## Maintenance
Database is stored on XX and media_files on YY
Database is stored on ../postgres_data/ and media_files on media_files/