Merge branch 'main' into dev/prod

This commit is contained in:
Dennis Boldt 2021-12-20 23:10:21 +01:00
commit 26d3f9bea5

View file

@ -135,6 +135,17 @@ This container is used for the next three steps.
Follow the procedure outlined in [README.md](../README.md#prepare-database)
under "Prepare database".
Whenever the docker-compose service `api` is referenced, replace it
with `portal`, which contains the same python code as the development `api`
service, but also the frontend. For example:
```bash
# development
docker-compose run --rm api tools/prepare_sql_tiles.py
# production
docker-compose run --rm portal tools/prepare_sql_tiles.py
```
### Import OpenStreetMap data
Follow the procedure outlined in [README.md](../README.md#import-openstreetmap-data)