geoffgarside / palmtree
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
2de85e3
Geoff Garside (author)
Tue May 06 07:01:31 -0700 2008
palmtree /
| name | age | message | |
|---|---|---|---|
| |
History.txt | ||
| |
Manifest.txt | ||
| |
README.txt | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
examples/ | ||
| |
lib/ | ||
| |
scripts/ | ||
| |
setup.rb | ||
| |
test/ | ||
| |
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.

