- Install Docker
- Clone this repository
Run docker-compose up -d
For quick activation, the server will initially use historic routing data.
To use up-to-date routing data, run ./gh-update.sh
on Linux or gh-update.bat
on Windows.
The scripts are identical (hard linked) and perform the following tasks:
- Download new OSM data if needed
- Calculate new routing data
- Start or restart the Graphhopper server, as appropriate, with the new routing data
The scripts can also be run periodically or after changeing the gh-config.yml
file.