Go to file
2024-04-01 19:44:11 +03:00
data add flask-migrate init files 2024-04-01 19:21:40 +03:00
src/forest rename all remaining pid columns to id columns 2024-04-01 19:44:11 +03:00
.gitignore add flask-migrate init files 2024-04-01 19:21:40 +03:00
dist.env fix initdb 2024-04-01 19:05:39 +03:00
docker-compose.yml set migrations volume 2024-04-01 19:16:26 +03:00
LICENSE lic 2022-02-04 01:27:48 +02:00
README.md update readme with create_db 2024-04-01 19:36:22 +03:00
swagger.yaml example swagger.yaml 2022-02-04 01:54:18 +02:00

  1. Rename dist.env to .env. Update the environment variables.

  2. run osmtile with import script

  3. Build the images and run the containers:

    $ docker-compose up -d --build --remove-orphans ; docker-compose logs -f --timestamps
    
  4. Initialize db schema using:

    $ docker-compose exec forest python manage.py create_db