Skip to content

Torquebox support for Capistrano 3.x

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

snatchev/capistrano-torquebox

 
 

Repository files navigation

Capistrano::Torquebox

This gem is based on the 'torquebox-capistrano-support' gem. The changes are documented here.

Torquebox support for Capistrano v3:

Notes

Installation

Add this line to your application's Gemfile:

# Gemfile
gem 'capistrano', '~> 3.0'
gem 'capistrano-torquebox'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano-torquebox

Usage

Require in Capfile to use the default task:

# Capfile
require 'capistrano/torquebox'

And you should be good to go!

Contributing

  1. Fork it ( http://github.com/raskhadafi/capistrano-torquebox/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Torquebox support for Capistrano 3.x

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%