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

https://github.com/acook/upstart_unicorn

An example upstart configuration for Unicorn, Sinatra, Rails, and other Ruby things
https://github.com/acook/upstart_unicorn

Last synced: 4 months ago
JSON representation

An example upstart configuration for Unicorn, Sinatra, Rails, and other Ruby things

Awesome Lists containing this project

README

          

# Upstart: Unicorn

An example upstart configuration for Unicorn, Sinatra, Rails, and other Ruby things.

## How to Use

0. Make a new file in `/etc/init/` named after your site like `example_com.conf`
0. Then copy/paste the contents of `unicorn.conf` into your new file
0. Lastly, read the instructions in the file and replace `example.com` with your own site

*Done!*