graphhopper / map-matching

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
https://www.graphhopper.com/open-source/
Apache License 2.0
785 stars 274 forks source link

Define docker container in project #121

Closed 1kastner closed 5 years ago

1kastner commented 6 years ago

Would it be possible and desirable in your eyes to have a Dockerfile like in graphhopper so that the web server could immediately be started? Maybe an example setup with some city's data (some wget or curl from the respective web resource) would be nice so that new starters have a good entry point into the project. Have you already got that in someone's to-do list? Or would that be a new thing on the wish list?

1kastner commented 6 years ago

This will work now when using #124 .

1kastner commented 6 years ago

Btw, with a docker-compose up --build in the respective directory the container is created, the software installed an the server started.

1kastner commented 5 years ago

I continued my comments in #124. In order to avoid two places for discussion I will close this issue.