This is the dockerized deploy of Conveyal Analysis, which allows users to create public transport scenarios and evaluate them in terms of cumulative opportunities accessibility indicators.
-
Docker
-
Docker compose
Clone this repository
git clone https://github.com/javandres/conveyal-analysis-docker.git
cd conveyal-analysis-docker
Clone the R5: a routing engine which acts as the backend
git clone https://github.com/conveyal/r5.git
Clone the Analysis UI: the user interface
git clone https://github.com/conveyal/analysis-ui.git
Build docker images
docker-compose build
Run the stack
docker-compose up
Open the app in the browser and enjoy it http://localhost:3000