[http://morning-dusk-19.heroku.com/] (http://morning-dusk-19.heroku.com/)
git clone [email protected]:subbarao/electiondata.git
mv config/database.yml.example config/database.yml
update config/database.yml
install geokit gem
sudo gem install geokit
instructions to populating data and starting the server
rake db:create rake db:migrate rake db:data:load ruby script/server
Execute all the tests
rake