public
Description: Capistrano recipes, plugins and templates.
Homepage: http://capitate.rubyforge.org
Clone URL: git://github.com/gabriel/capitate.git
capitate / Manifest.txt
100644 117 lines (116 sloc) 3.62 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
Capfile
History.txt
License.txt
Manifest.txt
README.txt
Rakefile
config/hoe.rb
config/requirements.rb
lib/capitate.rb
lib/capitate/cap_ext/connections.rb
lib/capitate/cap_ext/docs.rb
lib/capitate/cap_ext/namespace.rb
lib/capitate/cap_ext/run_via.rb
lib/capitate/cap_ext/task_definition.rb
lib/capitate/cap_ext/variables.rb
lib/capitate/plugins/base.rb
lib/capitate/plugins/build.rb
lib/capitate/plugins/gem.rb
lib/capitate/plugins/prompt.rb
lib/capitate/plugins/script.rb
lib/capitate/plugins/templates.rb
lib/capitate/plugins/utils.rb
lib/capitate/plugins/yum.rb
lib/capitate/recipes.rb
lib/capitate/task_node.rb
lib/capitate/version.rb
lib/deployment/centos-5.1-64-web/install.rb
lib/recipes/active_record.rb
lib/recipes/backgroundrb.rb
lib/recipes/centos/backgroundjob.rb
lib/recipes/centos/backgroundrb.rb
lib/recipes/centos/centos.rb
lib/recipes/centos/imagemagick.rb
lib/recipes/centos/memcached.rb
lib/recipes/centos/merb.rb
lib/recipes/centos/mongrel_cluster.rb
lib/recipes/centos/monit.rb
lib/recipes/centos/mysql.rb
lib/recipes/centos/nginx.rb
lib/recipes/centos/ruby.rb
lib/recipes/centos/sphinx.rb
lib/recipes/docs.rb
lib/recipes/logrotate/backgroundjob.rb
lib/recipes/logrotate/backgroundrb.rb
lib/recipes/logrotate/merb.rb
lib/recipes/logrotate/mongrel_cluster.rb
lib/recipes/logrotate/monit.rb
lib/recipes/logrotate/mysql.rb
lib/recipes/logrotate/nginx.rb
lib/recipes/logrotate/rails.rb
lib/recipes/logrotate/sphinx.rb
lib/recipes/logrotated.rb
lib/recipes/memcached.rb
lib/recipes/merb.rb
lib/recipes/monit.rb
lib/recipes/monit/backgroundjob.rb
lib/recipes/monit/backgroundrb.rb
lib/recipes/monit/database.rb
lib/recipes/monit/memcached.rb
lib/recipes/monit/merb.rb
lib/recipes/monit/mongrel_cluster.rb
lib/recipes/monit/mysql.rb
lib/recipes/monit/nginx.rb
lib/recipes/monit/sphinx.rb
lib/recipes/monit/sshd.rb
lib/recipes/mysql.rb
lib/recipes/nginx.rb
lib/recipes/rails.rb
lib/recipes/sphinx.rb
lib/recipes/sshd.rb
lib/recipes/syslogd.rb
lib/templates/backgroundjob/backgroundjob.initd.centos.erb
lib/templates/backgroundjob/backgroundjob.monitrc.erb
lib/templates/backgroundrb/backgroundrb.initd.centos.erb
lib/templates/backgroundrb/backgroundrb.monitrc.erb
lib/templates/backgroundrb/backgroundrb.yml.erb
lib/templates/capistrano/Capfile
lib/templates/logrotated/conf.erb
lib/templates/memcached/memcached.initd.centos.erb
lib/templates/memcached/memcached.monitrc.erb
lib/templates/memcached/memcached.yml.erb
lib/templates/merb/merb-no-http.monitrc.erb
lib/templates/merb/merb.initd.centos.erb
lib/templates/merb/merb.monitrc.erb
lib/templates/mongrel/mongrel_cluster.initd.centos.erb
lib/templates/mongrel/mongrel_cluster.monitrc.erb
lib/templates/mongrel/mongrel_cluster.yml.erb
lib/templates/monit/monit.cnf
lib/templates/monit/monit.initd.centos.erb
lib/templates/monit/monitrc.erb
lib/templates/mysql/install_db.sql.erb
lib/templates/mysql/my.cnf.innodb_1024.erb
lib/templates/mysql/my.cnf.innodb_512.erb
lib/templates/mysql/mysql.monitrc.erb
lib/templates/nginx/nginx.conf.erb
lib/templates/nginx/nginx.initd.centos.erb
lib/templates/nginx/nginx.monitrc.erb
lib/templates/nginx/nginx_vhost.conf.erb
lib/templates/nginx/nginx_vhost_generic.conf.erb
lib/templates/rails/database.yml.erb
lib/templates/ruby/fix_openssl.sh
lib/templates/sphinx/sphinx.conf.erb
lib/templates/sphinx/sphinx.monitrc.erb
lib/templates/sphinx/sphinx_app.initd.centos.erb
lib/templates/sshd/sshd.monitrc.erb
script/destroy
script/generate
script/txt2html
setup.rb
tasks/deployment.rake
tasks/environment.rake
tasks/website.rake
test/test_helper.rb
test/test_plugin_upload.rb
test/test_recipes.rb
test/test_templates.rb