Skip to content

TheTransitClock/transitclockDocker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transitime-docker

Things to make transitime go:

**AgencyId is optional in GTFS so just set to 1 if none specified.

The go script will build the transitime container (takes a long time), start the postgres db, create the tables, push the gtfs data into the db, create an API key and then start the api service and web user interface service.

To view web interface

http://[ipaddress]:8080/web

To view api

http://[ipaddress]:8080/api

You can get the ip address by running

docker-machine ip [machine name]

docker-machine ip default

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%