nofxx / run-a-log forked from rb2k/run-a-log
- Source
- Commits
- Network (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit e83f0a6672727ee1a24e3a474aa77c3ed64e4501
tree 924c89882d0b829fd3fe157dab1438a95664f638
parent fd5a6ecc5144be4b543f92c08725c3fc8289c29e
tree 924c89882d0b829fd3fe157dab1438a95664f638
parent fd5a6ecc5144be4b543f92c08725c3fc8289c29e
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
Tester.rb | ||
| |
config/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
ral/ | ||
| |
sample_data/ | ||
| |
test_gpx.rb | ||
| |
test_kml.rb | ||
| |
test_nmea.rb | ||
| |
views/ | ||
| |
webserv.rb |
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.

