Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nickserv/witchcraft
- Owner: nickserv
- License: mit
- Created: 2014-04-14T19:38:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T05:25:56.000Z (over 1 year ago)
- Last Synced: 2024-08-02T11:59:35.539Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.rbThis will default to port 3000.
### Production
bundle exec rackupI recommend changing the default port with `-p`.
### Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)