Skip to content

FaithStreet/Quicklook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages