Skip to content
gregorydickson edited this page Sep 13, 2010 · 8 revisions

This basic mashup uses YM4R which depends on GeoRuby. Fragility’s Spatial Adapter is also installed but not currently used in the example. I have generated the ruby doc for YM4R to make sure it was the latest and included recent updates. It is in vendor/plugins/ym4r_gm/lib/doc/

1. Download the the mashup ‘git git://github.com/gregorydickson/Basic-Mashup.git’
2. run ‘gem install GeoRuby’
3. Start your MySQL server.
4. run ‘rake db:create’ (there are no database tables right now, just an empty model named ‘Oklahoma’).
5. set your rails gem version in environment.rb
6. run ‘script/server’ from the root directory of the mashup

It should work!
email me if it doesn’t work [email protected]

Clone this wiki locally