Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 654 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 654 Bytes

Brouter-server + Docker

This is Docker image for brouter-server

How install

  1. cp .example.env .env
  2. There is 1.6.3 version of brouter-server by default. If you want to try another version, change VERSION= param in the .env file.
  3. ./download-segments.sh downloads all segments to ./data/segments (~7G)
  4. ./download-profiles.sh downloads default profiles to ./data/profiles
  5. docker-compose up -d

Check that server works:

curl -I "http://localhost:17777/brouter?lonlats=8.799297,49.565883|8.811764,49.563606&nogos=&profile=trekking&alternativeidx=0&format=gpx"