public
Description: Git copy of my palmtree gem on rubyforge
Homepage: http://rubyforge.org/projects/palmtree
Clone URL: git://github.com/geoffgarside/palmtree.git
Geoff Garside (author)
Tue May 29 16:30:21 -0700 2007
commit  98c0469280a430eea2ed77f8f67971873d297774
tree    f14766f68f7125711f89293296b47677f68108d4
parent  10a4e3b8e9c4598001ec0338e0c3cd662e79a77e
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.