chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
21 stars 13 forks source link

Support osrm backend via docker #20

Open tahini opened 3 years ago

tahini commented 3 years ago

It should be possible to run/start the osrm_backend application using docker. This avoids the requirement for users to compile osrm_backend manually.

greenscientist commented 3 years ago

@tahini Does the current Dockfile setup fufill this issue or you'd like to keep it to tracker running each OSRM into their own container? (Can be regardless if the rest is in docker or not)

tahini commented 3 years ago

I want to keep it for now. Unless I'm mistaken, the current docker solution will work for deploying and running and for your workflow, but the "common" developer like me who want to run Transition locally still need to compile osrm-backend to be able to run it, right?

greenscientist commented 3 years ago

Fair enough. But check the last part of the docker section in the README. That should work for developper like you to not have to install all the dependencies locally.