Service warnings for changed timetable days
[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
21 >> \.
22
23