Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 494 Bytes

Sinatra+Haml Signin Sample App

A rudimentary app showing how to use Haml with Sinatra, and super-basic authentication.

Installation

  1. Clone this project with git clone git://github.com/nanodeath/SinatraHamlSignin.git
  2. Make sure you have bundler: http://gembundler.com/ [sudo] gem install bundler.
  3. Make sure you have the minimum gems to run: bundle install in the checkout directory
  4. ruby main.rb
  5. Browse to http://localhost:4567/