- Ruby 2.0
- Node.js
- Postgresql
- (qnyp/heroku-buildpack-ruby-bower)
$ git clone git@github.com:sanemat/pollyanna.git
$ cd pollyanna
$ bundle
$ bower install
$ cp config/database.yml.example config/database.yml
$ cp .env.example .env
$ spring rake db:create db:schema:load
$ spring rails s
#=> rackup!
$ spring rake spec
$ heroku config:set \
BUILDPACK_URL='git://github.com/qnyp/heroku-buildpack-ruby-bower.git#run-bower'