Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/` directory

Licensed under MIT license.