public
Description: Git copy of my palmtree gem on rubyforge
Homepage: http://rubyforge.org/projects/palmtree
Clone URL: git://github.com/geoffgarside/palmtree.git
name age message
file History.txt Mon May 14 15:32:11 -0700 2007 Update for inclusion of memcached recipes [Geoff Garside]
file Manifest.txt Mon May 14 15:32:11 -0700 2007 Update for inclusion of memcached recipes [Geoff Garside]
file README.txt Mon May 14 15:32:11 -0700 2007 Update for inclusion of memcached recipes [Geoff Garside]
file Rakefile Fri May 11 16:50:54 -0700 2007 Update code for 0.0.4 from own repository. Will... [Geoff Garside]
directory bin/ Tue May 06 07:01:31 -0700 2008 Add empty dirs [geoffgarside]
directory examples/ Tue May 06 07:01:31 -0700 2008 Add empty dirs [geoffgarside]
directory lib/ Loading commit data...
directory scripts/ Wed May 09 01:57:52 -0700 2007 Add newgem structure and initial recipes [Geoff Garside]
file setup.rb Wed May 09 01:57:52 -0700 2007 Add newgem structure and initial recipes [Geoff Garside]
directory test/ Wed May 09 01:57:52 -0700 2007 Add newgem structure and initial recipes [Geoff Garside]
directory website/ Wed May 09 01:57:52 -0700 2007 Add newgem structure and initial recipes [Geoff Garside]
README.txt
README for palmtree
===================

Capistrano 2.0 recipes.

Usage
=====
In your capistrano deploy.rb file add

  require 'palmtree/recipes'

to add the default recipes such as `tail`. If you want to use the Ferret,
backgrounDRb or MemCached recipes these need to be explicitly required using

  require 'palmtree/recipes/ferret'
  require 'palmtree/recipes/memcached'
  require 'palmtree/recipes/backgroundrb'

respectively.