Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knyar/railsweb-rvm-init
Debian init script for unicorn supporting multiple RVM hosts
https://github.com/knyar/railsweb-rvm-init
Last synced: 12 days ago
JSON representation
Debian init script for unicorn supporting multiple RVM hosts
- Host: GitHub
- URL: https://github.com/knyar/railsweb-rvm-init
- Owner: knyar
- Created: 2013-02-17T14:58:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T13:24:58.000Z (over 8 years ago)
- Last Synced: 2024-11-01T20:51:41.391Z (19 days ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 26
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Debian init script for rails web servers
========================================Yep, here comes another init script for rails-based web servers.
It allows you to:
* start, stop, restart, and reload unicorn for multiple sites running on the same server;
* use a separate RVM environment for each specific site;
* use unicorn, puma, or any other application server;
* control each site without requiring root permissions (makes it easy to use init script in capistrano deploy process).Usage:
* copy `railsweb` to `/etc/init.d/`
* enable it: `update-rc.d railsweb defaults`
* create configuration files in `/etc/railsweb/` directoryLicensed under MIT license.