Sha256: 4a3b8376530aad3eb5025a0558ed8c19186cadf42d3674024b49b03b2049ce0a
Contents?: true
Size: 1010 Bytes
Versions: 1
Compression:
Stored size: 1010 Bytes
Contents
# Capistrano::Devops Capistrano::Devops gathers together some capistrano recipes to help in configuring and deploying applications ## Installation Add this line to your application's Gemfile: gem 'capistrano-devops', group: development And then execute: $ bundle Or install it yourself as: $ gem install capistrano-devops ## Usage require 'capistrano/devops' in Capfile ## Contributing 1. Fork it 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 ## Development There is a sample app in /sample_app that you can use to play around with the recipes. I personally use Vagrant and sandbox mode available at https://github.com/jedi4ever/sahara to create the VM for deployment. Right now the Vagrantfile still needs a bit of work (mostly the post-install script that will provision the server with ruby, bundler, and nginx)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-devops-0.0.1 | README.md |