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
- Host: GitHub
- URL: https://github.com/acook/upstart_unicorn
- Owner: acook
- License: mit
- Created: 2015-09-08T14:45:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T14:57:25.000Z (almost 11 years ago)
- Last Synced: 2025-10-24T13:05:48.634Z (8 months ago)
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!*