Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 741 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 741 Bytes

Install

$ git clone https://github.com/ngyuki/redcarpet-preview.git
$ cd redcarpet-preview
$ bundle install --deployment

Server start for development mode.

$ bundle exec rackup

Server start for production mode.

$ RACK_ENV=production bundle exec foreman start

Demo

Deploy to heroku

heroku create --stack cedar redcarpet-preview
heroku config:set RACK_ENV=production
git push heroku master