capistrano-init-exporter
Capistrano bindings for the init-exporter utility.
Installation
Add this line to your application's Gemfile:
gem 'capistrano-init-exporter'
And then execute:
$ bundle
Or install it yourself as:
$ gem install capistrano-init-exporter
Usage
Capify your project as described here.
Configure the project as a normal project which uses Capistrano for deployment. Then add to your Capfile
:
require 'capistrano/init_exporter'
Install init-exporter utility on your server and configure it.
Use procfiles version 2 to describe how your project should be started.