Skip to content

hackatron/sveglia

Repository files navigation

Sveglia

A countdown timer app.

Build Status Build Status

Production environment configuration

Set production environment

$ heroku config:add GOLIATH_ENV=production

Set production Pusher's configuration

$ heroku config:add PUSHER_APP_ID=app_id PUSHER_KEY=key PUSHER_SECRET=secret

replacing app_id, key and secret with your app's configuration details.

Notes

To start app server run

$ GOLIATH_ENV=development foreman start

If it doesn't work maybe you should install foreman

$ gem install foreman

To start console run

$ bundle exec irb -r ./sveglia.rb

To run specs

$ rake spec

To run jasmine specs

$ rake jasmine:ci

Repo for this project adopts git flow branching model.