msc: update readme

v0.6
rrr-marble 4 years ago
parent f6f0eceab5
commit 37ec03e956

@ -4,8 +4,15 @@
- postgresql 12 - postgresql 12
# Prepare # Prepare
`mkdir ./previews` - `mkdir ./previews`
`docker volume create --name=caddy_data` - `docker volume create --name=caddy_data`
- use current address in martin section of map components
# Production
- add domain to *Caddyfile*
# Run
- `docker-compose --file docker/docker-compose.yml up --build -d`
# Known restrictions # Known restrictions
- *models.py*, *schema.py*, and current representation of column headers in `headers` db table (as initialised by alembic migration script) **must** be kept in sync - *models.py*, *schema.py*, and current representation of column headers in `headers` db table (as initialised by alembic migration script) **must** be kept in sync
@ -15,3 +22,4 @@
- *./previews* directory file structure **must** correspond to item *fadr/internal_id* - *./previews* directory file structure **must** correspond to item *fadr/internal_id*
# Known issues # Known issues
- older (not recommended) vesions of Docker might require copying _Dockerfile.*_ into their respective directories and adjusting `Docker: ` instructions in *docker-compose.yml*

Loading…
Cancel
Save