gabriel / capitate

Capistrano recipes, plugins and templates.

This URL has Read+Write access

capitate / Capfile
397c2b0e » gabriel 2008-02-06 moving everything around 1 #
2 # Capfile for running base install recipe
3 #
4
a1e02101 » gabriel 2008-01-27 More install scripts. 5 load 'deploy' if respond_to?(:namespace) # cap2 differentiator
6
f43744c3 » gabriel 2008-02-19 renaming to capitate 7 require 'lib/capitate'
a1e02101 » gabriel 2008-01-27 More install scripts. 8
9 # Load recipes
5afcb412 » gabriel 2008-02-21 documentation 10 require 'lib/capitate/recipes'
a1e02101 » gabriel 2008-01-27 More install scripts. 11
12 require 'erb'
d39472da » gabriel 2008-02-21 Docs 13