The rails app that powers queriac.com.
bundle install
bundle exec rake db:create:all
bundle exec rake db:migrate
foreman start
Fetch Twitter OAuth credentials from the heroku app config:
heroku config -a queriac | grep TWITTER
DNSimple credentials are in there too:
heroku config -a queriac | grep DNS
Generating the App Manifest
# npm install -g cson jsontool
rake manifest
bundle exec guard start