Merge branch 'main' into dev/prod
This commit is contained in:
commit
26d3f9bea5
1 changed files with 11 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue