net/README.md
2024-04-17 14:03:20 +03:00

12 lines
361 B
Markdown

1. Rename *dist.env* to *.env*. Update the environment variables.
2. run osmtile with import script
3. Build the images and run the containers:
```sh
$ docker-compose up -d --build --remove-orphans ; docker-compose logs -f --timestamps
```
4. Initialize db schema using:
```sh
$ docker-compose exec forest python manage.py reset_db
```