Skip to content

potomak/artii-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artii API

           _____  _____ _____ _____              _              _____ _____ 
    /\    / ____|/ ____|_   _|_   _|            | |       /\   |  __ \_   _|
   /  \  | (___ | |      | |   | |     __ _ _ __| |_     /  \  | |__) || |  
  / /\ \  \___ \| |      | |   | |    / _` | '__| __|   / /\ \ |  ___/ | |  
 / ____ \ ____) | |____ _| |_ _| |_  | (_| | |  | |_   / ____ \| |    _| |_ 
/_/    \_\_____/ \_____|_____|_____|  \__,_|_|   \__| /_/    \_\_|   |_____|

Build Status Build Status

Production environment configuration

Set production environment

$ heroku config:add GOLIATH_ENV=production

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 ./artii_api.rb

To run specs

$ rake spec

Repo for this project adopts git flow branching model.