→ ‘capitate’
Get Version
0.2.1What
Capistrano plugins, recipes and templates.
Installing
sudo gem install capitate
Running
Add capitate to your Capfile. Copy this somewhere near the top:
require 'capitate' require 'capitate/recipes' set :project_root, File.dirname(__FILE__)
The basics
Capitate has:
- Plugins to help install applications, via yum or manually unpacking, and building. Also to help upload files sanely, prompt for input, install gems, and run scripts.
- Templates for init scripts and application configuration.
- Common deployment setup and update_code tasks, such as symlinking in database.yml and more advanced recipes such as sphinx configuration.
Example: Using capitate to write an install task:
Load this in your Capfile:
load "lib/deployment/install-centos-rubyweb.rb"
and then:
cap HOSTS=x.x.x.x install
Use it
Forum
http://groups.google.com/group/capitate
How to submit patches
Read the 8 steps for fixing other people’s code and for section 8b: Submit patch to Google Groups, use the Google Group above.
The trunk repository is http://svn.ducktyper.com/capitate/trunk for anonymous access.
License
This code is free to use under the terms of the MIT license.
Contact
Comments are welcome. Send an email to Gabriel Handford via the forum
Gabriel Handford, 23rd February 2008
Theme extended from Paul Battley