data | ||
src/forest | ||
.gitignore | ||
docker-compose.yml | ||
LICENSE | ||
README.md | ||
swagger.yaml | ||
variables.env.dist |
-
Rename dist.env to .env. Update the environment variables.
-
run osmtile with import script
-
Build the images and run the containers:
$ docker-compose up -d --build --remove-orphans ; docker-compose logs -f --timestamps
-
Initialize db schema using:
$ docker-compose exec forest python manage.py format_db $ docker-compose exec forest python manage.py seed_db