public
Description: An open source multimodal trip planning engine
Homepage: http://bmander.github.com/graphserver
Clone URL: git://github.com/bmander/graphserver.git
name age message
file LICENSE Thu May 31 21:27:15 -0700 2007 setting up trunk [ewedistrict]
file README Fri Jul 25 11:55:57 -0700 2008 reimplemented load_gtfs functionality as a mixi... [ewedistrict]
file STYLE Wed Feb 11 22:12:18 -0800 2009 Added the project styleguide [bmander]
directory apps/ Loading commit data...
directory core/
directory pygs/
directory rbgs/ Tue Oct 14 14:46:35 -0700 2008 Added U_IDS fields for identifying unique IDs i... [juangui]
directory site/ Wed Jul 30 10:51:44 -0700 2008 small changes to graphserver site [ewedistrict]
directory test/ Sun Nov 09 16:48:24 -0800 2008 test to find memory leak [ewedistrict]
README
--== GRAPHSERVER CORE ==--

Build:
$ cd core
$ make

Install:
$ cd core
$ sudo make install

--== RUBY GRAPHSERVER ==--

Prerequisites:
Ruby 1.8.5

Build:
$ cd rbgs
Read the README

--== PYTHON GRAPHSERVER ==--

Prerequisites:
Python 2.5

Build:
There is no build step!

Install and Test:
$ cd pygs
Read the README