Skip to content
Frank Purcell edited this page Jul 19, 2011 · 37 revisions

Two Minute Introduction to OTP

Intent is to get OTP running on your system with pre-built binaries and data (for Portland, Oregon), so you can see OTP running locally quickly (goal: less than 10 minutes, network delays downloading things aside).

  1. Download http://maps5.trimet.org/otp-dev/otp.zip (~90 megs).

  2. Unzip the contents to the / directory (or C:\ for Windows users). This will create a /otp directory with the pre-built OTP binaries.

  3. Download a pre-built Graph.org file from http://maps5.trimet.org/otp-dev/Graph.obj (~300 megs)

  4. Move Graph.obj to /otp/Graph.obj

  5. cd to /otp/

  6. bin/startup.sh (or bin/startup.bat for Windows users)

  7. Open http://localhost:8080/opentripplanner-webapp in a web browser.

  8. NOTE: you will need a http://java.com environment installed on your computer (java is usually installed on most PCs and Macs).

See the 5 minute detailed dive-in for instructions on how to build your own OTP Graph.obj...

Clone this wiki locally