Skip to content

app.addismaptransit.com - based on otp-react-redux

License

Notifications You must be signed in to change notification settings

AddisMap/AddisMapTransit-web

This branch is 15 commits ahead of, 3947 commits behind opentripplanner/otp-react-redux:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

261142c · Feb 12, 2023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AddisMapTransit web

AddisMapTransit web is an OTP react redux instance for Addis Ababa, Ethiopia.

Acknowledgements

Development

All features/fixes we develop are usually directly contributed to upstream.

So this repo only contains

Local build

docker build . -t addismaptransitweb-local
docker run -p 8080:80 addismaptransitweb-local

Access http://localhost:8080/

Download an run the official image

Create github token: https://github.com/settings/tokens (repo, read:packages)

docker login ghcr.io # username: your github username, password: the above created token
docker run -p 8080:80 ghcr.io/addismap/addismaptransit-web:latest

Access http://localhost:8080/

Build for the server

We use GitHub actions to build the docker image on the main branch.

Update on the webserver

  • ssh into server
  • cd /srv/addismaptransit-web
  • docker-compose pull
  • docker-compose up -d

About

app.addismaptransit.com - based on otp-react-redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.9%
  • TypeScript 24.1%
  • CSS 3.9%
  • Other 0.1%