Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 748 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 748 Bytes

Quicklook

A simple way to host static HTML documents on Heroku using Rack.

Requirements

  • Ruby >= 1.9.3
  • Bundler
  • Rack > 1.5.2

Setup

  1. Clone this directory from Github git clone git@github.com:FaithStreet/Quicklook.git
  2. Run bundle install
  3. Add HTML, CSS, Javascript and images to the appropriate files in the public directory.
  4. To preview, run rackup from the command line. This will create a local server instance you can view at http://localhost:9292
  5. Add the Heroku remote for deploy git remote add heroku git@heroku.com:fs-quicklook.git

Deploy to Heroku

Once you've completed the setup, you can run git push heroku master to deploy. The production app will be accessible at http://fs-quicklook.herokuapp.com