Readme
This commit is contained in:
parent
4f72c00598
commit
de30fe68f1
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue