forked from opentripplanner/OpenTripPlanner
-
Notifications
You must be signed in to change notification settings - Fork 3
Releases
Frank Purcell edited this page Jul 19, 2011
·
12 revisions
There is a stand-alone release of OTP, including example config files (set to downtown Portland, Oregon ... but with a few edits to graph-builder.xml, things can point anywhere), available here:
https://svn.opentripplanner.org/releases/current
Easiest way to build a graph and get the web ui up and running is the following:
-
cd c:\ (root directory -- or cd / for our unix friends)
-
download https://svn.opentripplanner.org/releases/current.zip (large 90M file)
extract current.zip to c:/
-- ALTERNATIVELY, for those with a Tortise SVN or some other Subversion code repository client --
-
cd c:\otp
-
bin\build-graph.bat (will take about 7 minutes, especially to download OSM data)
-
bin\start-server.bat
NOTE: