Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nickserv/witchcraft

A simple application skeleton for Sinatra, inspired by Express.
https://github.com/nickserv/witchcraft

Last synced: 23 days ago
JSON representation

A simple application skeleton for Sinatra, inspired by Express.

Awesome Lists containing this project

README

        

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
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)