_____ _____ _____ _____ _ _____ _____
/\ / ____|/ ____|_ _|_ _| | | /\ | __ \_ _|
/ \ | (___ | | | | | | __ _ _ __| |_ / \ | |__) || |
/ /\ \ \___ \| | | | | | / _` | '__| __| / /\ \ | ___/ | |
/ ____ \ ____) | |____ _| |_ _| |_ | (_| | | | |_ / ____ \| | _| |_
/_/ \_\_____/ \_____|_____|_____| \__,_|_| \__| /_/ \_\_| |_____|
Set production environment
$ heroku config:add GOLIATH_ENV=production
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 ./artii_api.rb
To run specs
$ rake spec
Repo for this project adopts git flow branching model.