Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 185 Bytes

File metadata and controls

10 lines (8 loc) · 185 Bytes

Install:

% bundle install

Run:

% gem install foreman
% foreman start

Deploy to Heroku:

% heroku create --stack cedar APP_NAME
% git push heroku master