Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 982 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 982 Bytes

Basic Setup

  1. Make sure Java 1.6 is installed
  • Open a command prompt/terminal and type java -version
  • if you get something like...
    java version "1.6.0_65"
    Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)
    Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)
...you're good to go. Otherwise, download and install [Java SDK 6](http://www.oracle.com/technetwork/java/javase/archive-139210.html) **(not 7!)**.
  1. Download source code

alt text

  1. This tutorial assumes you want to use MARTA's gtfs data. If you'd like to use a different feed, simply replace data/google_transit.zip with whatever gtfs feed you like (make sure it's valid!).

Modules