nofxx / run-a-log forked from rb2k/run-a-log

A sinatra app analyzing and visualizing gpx/kml/nmea gps traces

This URL has Read+Write access

nofxx (author)
Sun Aug 16 05:32:57 -0700 2009
commit  e83f0a6672727ee1a24e3a474aa77c3ed64e4501
tree    924c89882d0b829fd3fe157dab1438a95664f638
parent  fd5a6ecc5144be4b543f92c08725c3fc8289c29e
README
= run-a-lot

A sinatra app analyzing and visualizing gpx/kml/nmea gps traces.


== Ruby gems needed

  * sinatra
  * nokogiri (for gpx parsing)
  * do_sqlite3 || do_postgres || do_mysql
  * dm-core
  * dm-aggregates
  * gchartrb


== Setup

MySQL:
  Just set up an empty Database and set the connections in config/config.yml

PostgreSQL:
  Just set up an empty Database and set the connections in config/config.yml

SQLite3:
  Just run it.

Google Maps:
  You need an individual API key. The one given in config.yml is for localhost, if you want to use run-a-log somewehre 
  else, get an appropiate key.