Skip to content

wsgi application to be both a standalone gtfs editor or deployed to google app engine/other wsgi compliant hosting.

Notifications You must be signed in to change notification settings

pablojaviergarcia/gtfseditor

 
 

Repository files navigation

gtfseditor

wsgi application to be both a standalone gtfs editor or deployed to google app engine/other wsgi compliant hosting.

Usage

Fetch dependencies using

pip install -r requirements.txt
bower install

then run

./dev_server.py

and point your browser to http://localhost:8080.

notes

using behind corporate proxy needs

git config --global url."https://".insteadOf git://

and .bowerrc

{
	proxy: http://ip:port,
	https-proxy: http://ip:port
}

postgres notes

load from file

\i database/cba-0.1.5.sql

dump to csv

\COPY stops TO 'stops.txt' WITH delimiter ',' null '' csv header quote '"';

push to heroku

PGUSER=*** PGPASSWORD=*** heroku pg:push cbadb HEROKU_POSTGRESQL_PINK --app gtfseditor

About

wsgi application to be both a standalone gtfs editor or deployed to google app engine/other wsgi compliant hosting.

Resources

Stars

Watchers

Forks

Packages

No packages published