/electiondata

Primary LanguageJavaScript

Live Demo

[http://morning-dusk-19.heroku.com/] (http://morning-dusk-19.heroku.com/)

Thanks to heroku

How to install this application

  git clone git@github.com: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