conveyal / gtfs-editor

A web-based GTFS editing framework. THIS PROJECT IS DEPRECATED. See https://github.com/ibi-group/datatools-ui for current version.
https://github.com/ibi-group/datatools-ui
MIT License
134 stars 63 forks source link

installation instructions #266

Open quackadillyblip opened 7 years ago

quackadillyblip commented 7 years ago

I can't seem to get this program to work.

i'm stuck at:

Configure gtfs-editor application.conf

cp conf/application.conf.template conf/application.conf

this copies the template to a new application.conf file. Is it necessary to configure or can I use the default options. Do i need a database? Do I need a webserver? Do I need to place gtfs-editor into www folder of apache?

Install dependencies

[path to play1.2.5]/play dependencies

I have no idea what to put here. I just get this error: play FAIL formats: can't open input file `dependencies': No such file or directory what is pretty logical since "dependencies" is not a jvm application.

Run application

[path to play1.2.5]/play run

i tried ...play run gtfs-editor play run gtfs-editor/scripts/load.py... No idea...

can someone please help me getting this launched ?

using ubuntu 16.04 LTS

nayrtocs commented 6 years ago

I am also looking for these answers.