→ ‘capitate’

Get Version

0.2.1

Documentation: RecipesPluginsTemplates

What

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:

Example: Using capitate to write an install task:

See install-centos-rubyweb.rb

Load this in your Capfile:

load "lib/deployment/install-centos-rubyweb.rb"

and then:

cap HOSTS=x.x.x.x install

Use it

View recipes documentation

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