Skip to content
sermoa edited this page Sep 13, 2010 · 7 revisions

How to get started:

git clone git://github.com/sermoa/active_geohasher.git
cd active_geohasher
git submodule update --init

Create your own copy of config/database.yml

rake db:create
rake db:migrate

Get yourself an rpx api-key from rpxnow.com and set it in config/initializers/rpx.rb which you should copy from config/initializers/rpx.rb.sample

Clone this wiki locally