net/README.md

8 lines
253 B
Markdown
Raw Normal View History

2023-11-17 17:54:53 -05:00
1. Rename *dist.env* to *.env*. Update the environment variables.
2022-02-04 10:46:39 -05:00
2. run osmtile with import script
2. Build the images and run the containers:
2022-02-03 16:46:54 -05:00
```sh
$ docker-compose up -d --build --remove-orphans ; docker-compose logs -f --timestamps
2022-02-03 16:46:54 -05:00
```