public
Description: Git copy of my palmtree gem on rubyforge
Homepage: http://rubyforge.org/projects/palmtree
Clone URL: git://github.com/geoffgarside/palmtree.git
geoffgarside (author)
Tue May 06 07:01:31 -0700 2008
commit  2de85e3ae35bc462c50db250eed01082d5928cb4
tree    41320c3a35f9c82438cf305eab0cef6edc08aad7
parent  98c0469280a430eea2ed77f8f67971873d297774
name age message
file History.txt Loading commit data...
file Manifest.txt
file README.txt
file Rakefile
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/
directory scripts/ Wed May 09 01:57:52 -0700 2007 Add newgem structure and initial recipes [Geoff Garside]
file setup.rb
directory test/ Wed May 09 01:57:52 -0700 2007 Add newgem structure and initial recipes [Geoff Garside]
directory website/
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.