witchcraft

A simple application skeleton for Sinatra, inspired by Express.

MIT License

Stars
0

Witchcraft

A simple application skeleton for Sinatra, inspired by Express.

Installation

  1. Install Ruby (I recommend the latest Ruby, but 1.9 and later should work).
  2. Install Bundler with gem install bundler.
  3. bundle

Running the Server

Development

ruby app.rb

This will default to port 3000.

Production

bundle exec rackup

I recommend changing the default port with -p.

Heroku

Badges
Extracted from project README
Deploy