/StadinJutut

For easing civil engagement.

Primary LanguageRuby

StadinJutut

for keeping informed citizens informed.

Build Status Code Climate

Get Started

bundle
bundle exec rake db:create
bundle exec rake db:schema:load
foreman start

(and visit localhost:5000)

Test

I'm using rspec to test the models and controllers. Contributors are asked to do the same.

bundle exec rake

Deploy

Deploy it on Heroku in a few easy steps:

heroku create
git push heroku master
heroku run rake db:schema:load
rake secret | pbcopy
heroku config:set SECRET_KEY_BASE=[ cmd+v ]