public
Description: Git copy of my palmtree gem on rubyforge
Homepage: http://rubyforge.org/projects/palmtree
Clone URL: git://github.com/geoffgarside/palmtree.git
palmtree / README.txt
100644 21 lines (13 sloc) 0.432 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.