Start of myway timeliness graphing
[busui.git] / readme.txt
Maxious 1 Busness Time - An ACT bus timetable webapp
2 Based on the maxious-canberra-transit-feed @ http://s3-ap-southeast-1.amazonaws.com/busresources/cbrfeed.zip
3 Source code for the https://github.com/maxious/ACTBus-data transit
4 feed and https://github.com/maxious/ACTBus-ui this site available from github.
maxious 5 Uses jQuery Mobile, PHP, PostgreSQL, OpenTripPlanner, OpenLayers, OpenStreetMap, Cloudmade Geocoder
Maxious 6 and Tile Service
7
maxious 8 See aws/awsStartup.sh for example startup steps. You need to load the included database dump;
9 for other transit networks you can use the updatedb.php script to load.
Maxious 10
maxious 11 For openstreetmap static maps, may have to do
12 /usr/sbin/setsebool -P httpd_can_network_connect=1
13 on Fedora and other SELinux systems.
14
15 To enter a service override, you can use the psql tool. eg.
16 transitdata=# COPY calendar_dates (service_id, date, exception_type) FROM stdin;
17 Enter data to be copied [spaced with tabs] followed by a newline.
18 End with a backslash and a period on a line by itself.
19 >> saturday 20110416 2
20 >> sunday 20110416 1
Maxious 21 >> saturday 20110423 2
22 >> sunday 20110423 1
23 >> weekday 20110425 2
24 >> sunday 20110425 1
25 >> weekday 20110422 2
26 >> noservice 20110422 1
27 >> weekday 20110426 2
28 >> noservice 20110426 1
29 >> sunday 20110424 2
30 >> noservice 20110424 1
maxious 31 >> weekday 20110613 2
32 >> sunday 20110613 1
33 >> \.