Web UI atop services (gtfs / trasnit web service) @see http://opentransittools.com/services
build: 0. install python 2.7, along easy_install, zc.buildout ("zc.buildout==1.5.2") and git
- install and pserve http://opentransittools.com/services
- git clone https://github.com/OpenTransitTools/view.git
- cd view
- buildout
- git update-index --assume-unchanged .pydevproject
run:
- rm nohup.out; nohup bin/pserve config/development.ini --reload VIEW=1 &
- http://localhost:33333/stop.html?stop_id=2
test:
- bin/test
- Selenium Test: ott/view/test/pages.html
- Selenium Test: ott/view/test/services.html @see Selenium IDE (Firefox Mac/Win) at http://docs.seleniumhq.org/projects/ide/