Sha256: afc3325ec487dfe409651d00f0e9c6b3a204144e07a60ee2d9b5f72c33cffb79
Contents?: true
Size: 820 Bytes
Versions: 1
Compression:
Stored size: 820 Bytes
Contents
= Chef Cap * http://github.com/casecommons/chef_cap/ == DESCRIPTION capistrano + chef-solo == deployment + server automation Using chef's JSON configuration format to drive capistrano and chef-solo so you can use both to not only deploy your application but also completely automate the configuration of your servers. == INSTALL Add chef_cap to your Gemfile gem 'chef_cap' Then run: $ bundle install === Rails 3 $ rails generate chef_cap:install === Rails 2 Edit your Rakefile and add: require 'chef_cap/tasks' Then run: $ bundle exec rake chef_cap:install Which will overwrite your Capfile and create a chef directory with sample files unless one already exists. == REQUIREMENTS * Capistrano 2.x == LICENSE MIT == NOTICE Chef and chef-solo are © 2010 Opscode (http://www.opscode.com/)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chef_cap-0.0.7 | README.rdoc |