0.01
No commit activity in last 3 years
No release in over 3 years
Useful deployment recipes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

 Project Readme

capistrano-runit

This gem is a collection of various capistrano tasks that helps to manage runit services. It's useful for rails applications that uses runit to run per-user processes (unicorn, resque, sidekiq, thinking_sphinx, etc).

Requirements

caistrano-runit requires capistrano 3.x version. capistrano 2.x support is moved in capistrano-2.x branch.

Installation

Add to Gemfile:

group :development do
  gem "capistrano", "~> 3.1"
  gem "capistrano-runit", "~> 2.0"
end

Run:

$ bundle install

Usage

See documention for each module below.

Modules