Sha256: db25ac588f74078bbd339c4e3f2274d53f117a1bfc18807ede230fd8c4b15128
Contents?: true
Size: 838 Bytes
Versions: 1
Compression:
Stored size: 838 Bytes
Contents
## `capistrano-init-exporter` Capistrano bindings for the [init-exporter utility](https://github.com/funbox/init-exporter). ## Installation Add this line to your application's Gemfile: ```ruby 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](https://github.com/capistrano/capistrano#capify-your-project). 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](https://github.com/funbox/init-exporter) on your server and configure it. Use [procfiles version 2](https://github.com/funbox/init-exporter#procfile-v2) to describe how your project should be started .
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-init-exporter-0.1.0 | README.md |