-
Notifications
You must be signed in to change notification settings - Fork 60
Home
ame edited this page Sep 13, 2010
·
3 revisions
- This wiki is a work-in-progress for Graphserver
- I am working to update the documentation and user information and storing the in-process information here.
THIS IS A WORK IN PROGRESS!
Welcome to the graphserver wiki!
Things to update
-
README
- only python bindings are functional
- version of Python required
- (questionable update need) readability of how to use
- in README or in wiki?
Documentation Outline
- Quick Start: Information useful to someone with programming savvy and subject matter knowledge
- Requirements
- GTFS Feed
- OSM Data
- Server
- Graphserver code (installed onto server)
- Basic Procedure
- Requirements
- Detailed Instructions: Information elucidating for a complete novice
- Explanation of Requirements
- Elaboration on Procedure
Questions to ask about Program
- What libraries does the code depend on to build?
- What libraries does the code depend on to run?
- Code input to run
- GTFS data feed
- OSM data (feed?)
- User origin/destination input (via browser input)
- Code output
- Is the code a purely server-side application?
- Compatibility
- What webservers does it run with? (Apache?)
- How do said webservers need to be configured?
- Versions of C, python, browser, feed data that are compatible.
- Compiler, build environment, libraries, server, …