Go to file
2024-04-17 15:18:04 +03:00
data update db with setup boolean 2024-04-08 18:30:49 +03:00
src set example react app 2024-04-17 14:57:30 +03:00
.gitignore rename env var config file 2024-04-03 19:43:09 +03:00
docker-compose.yml fix rfront path 2024-04-17 15:18:04 +03:00
LICENSE lic 2022-02-04 01:27:48 +02:00
README.md remame format to reset fh 2024-04-17 14:03:20 +03:00
swagger.yaml example swagger.yaml 2022-02-04 01:54:18 +02:00
variables.env.dist implement oauth2 2024-04-06 17:04:05 +03: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 reset_db