-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Clone and load in Eclipse the repo here https://github.com/mark-lester/Stretchsoft/tree/master/Gee
Make a war file and install it on tomcat. Or you can get the war from here https://www.dropbox.com/s/kh47tpmgx76o443/Gee.war?dl=0
The following should obviously be scripted. For now you have to run a few sql files to initialise the admin db and make an initial gtfs. Note that you can have as many gtfs DBs as you like.
You now need to create the admin database and an initial GTFS DB called "gtfs". Startup a mysql client and run this
https://github.com/mark-lester/Stretchsoft/blob/master/Gee/src/hibernate/admin/create-admin.sql
You then need to create an initial GTFS, create a db called "gtfs", use it and run this
https://github.com/mark-lester/Stretchsoft/blob/master/Gee/src/rest/create-gtfs.sql
You then need to insert a row in the instance table in the admin db. so "use admin" and go
insert into instance values ('gtfs','my transit operator','guest',1,1,1);