The web app consists in several elements working together:
- Docker and Docker Compose to hold explicitly all server configuration.
- OpenTripPlanner for public transport routing.
- Pelias for geocoding.
- Digitransit-UI as the better web user interface.
- Traefik as a reverse proxy.
- Let's Encrypt for certificate generation and standard setup using TLS (https)
Run
pelias compose pull && pelias elastic start && pelias elastic wait && pelias elastic create && pelias download all && pelias prepare all && pelias import all && pelias compose up