-
Notifications
You must be signed in to change notification settings - Fork 2
UI Installation
Bodo Minea edited this page Apr 1, 2020
·
3 revisions
git clone https://github.com/HSLdevcom/digitransit-ui.git
cd digitransit-ui/
yarn install
Test your installation
yarn run dev
Run in background
screen -S dgt-ui -dm bash -c "cd digitransit-ui; yarn run dev"
Config
- Introduction & Purpose
- Intended system architecture
- TheTransitClock (ex. TransiTime) RealTime predictions
-
Digitransit (Route planning)
- Prerequisite installation
- UI Installation
- OpenTripPlanner, the data package it needs and related config
- Pelias geocoder & Elasticsearch
- Vector map tile server (stop markers) tilelive otp stops
- EMQX MQTT Broker
- Feed GTFS Realtime data to the MQTT broker (gtfsrthttp2mqtt)
- Ports / Firewall / Reverse proxy-ing
- Auto-starting everything on boot
- Final result & words