cap-recipes 0.3.22 → 0.3.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.textile +43 -57
- data/VERSION.yml +1 -1
- data/cap-recipes.gemspec +1 -1
- metadata +1 -1
data/README.textile
CHANGED
|
@@ -65,15 +65,13 @@ h4. Tasks
|
|
|
65
65
|
|
|
66
66
|
h5. manage.rb
|
|
67
67
|
|
|
68
|
-
apache
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
:restart
|
|
68
|
+
* apache:stop
|
|
69
|
+
* apache:start
|
|
70
|
+
* apache:restart
|
|
72
71
|
|
|
73
72
|
h5. install.rb
|
|
74
73
|
|
|
75
|
-
apache
|
|
76
|
-
:install
|
|
74
|
+
* apache:install
|
|
77
75
|
|
|
78
76
|
h3. Rubygems
|
|
79
77
|
|
|
@@ -85,13 +83,12 @@ h4. Tasks
|
|
|
85
83
|
|
|
86
84
|
h5. manage.rb
|
|
87
85
|
|
|
88
|
-
rubygems
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
:uninstall
|
|
86
|
+
* rubygems:full_update
|
|
87
|
+
* rubygems:upgrade
|
|
88
|
+
* rubygems:update
|
|
89
|
+
* rubygems:cleanup
|
|
90
|
+
* rubygems:install
|
|
91
|
+
* rubygems:uninstall
|
|
95
92
|
|
|
96
93
|
h3. Passenger
|
|
97
94
|
|
|
@@ -111,16 +108,14 @@ h4. Tasks
|
|
|
111
108
|
|
|
112
109
|
h5. manage.rb
|
|
113
110
|
|
|
114
|
-
deploy
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
:with_migrations
|
|
111
|
+
* deploy:start
|
|
112
|
+
* deploy:stop
|
|
113
|
+
* deploy:restart
|
|
114
|
+
* deploy:with_migrations
|
|
119
115
|
|
|
120
116
|
h5. install.rb
|
|
121
117
|
|
|
122
|
-
passenger
|
|
123
|
-
:install
|
|
118
|
+
* passenger:install
|
|
124
119
|
|
|
125
120
|
h3. Aptitude
|
|
126
121
|
|
|
@@ -128,10 +123,9 @@ h4. Tasks
|
|
|
128
123
|
|
|
129
124
|
h5. manage.rb
|
|
130
125
|
|
|
131
|
-
aptitude
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
:updates
|
|
126
|
+
* aptitude:install
|
|
127
|
+
* aptitude:remove
|
|
128
|
+
* aptitude:updates
|
|
135
129
|
|
|
136
130
|
h3. Rails
|
|
137
131
|
|
|
@@ -141,14 +135,12 @@ h4. Tasks
|
|
|
141
135
|
|
|
142
136
|
h5. manage.rb
|
|
143
137
|
|
|
144
|
-
rails
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
:cache
|
|
151
|
-
:log
|
|
138
|
+
* rails:symlink_db_config
|
|
139
|
+
* rails:repair_permissions
|
|
140
|
+
* rails:tail - tail production log
|
|
141
|
+
* rails:ping - ping the server to start it
|
|
142
|
+
* rails:sweep:cache
|
|
143
|
+
* rails:sweep:log
|
|
152
144
|
|
|
153
145
|
h5. hooks.rb
|
|
154
146
|
|
|
@@ -170,10 +162,9 @@ h4. Tasks
|
|
|
170
162
|
|
|
171
163
|
h5. manage.rb
|
|
172
164
|
|
|
173
|
-
delayed_job
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
:restart
|
|
165
|
+
* delayed_job:stop
|
|
166
|
+
* delayed_job:start
|
|
167
|
+
* delayed_job:restart
|
|
177
168
|
|
|
178
169
|
h5. hooks.rb
|
|
179
170
|
|
|
@@ -195,12 +186,11 @@ h4. Tasks
|
|
|
195
186
|
|
|
196
187
|
h5. manage.rb
|
|
197
188
|
|
|
198
|
-
backgroundrb
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
:tail
|
|
189
|
+
* backgroundrb:stop
|
|
190
|
+
* backgroundrb:start
|
|
191
|
+
* backgroundrb:restart
|
|
192
|
+
* backgroundrb:symlink_config
|
|
193
|
+
* backgroundrb:tail
|
|
204
194
|
|
|
205
195
|
h5. hooks.rb
|
|
206
196
|
|
|
@@ -222,12 +212,11 @@ h4. Tasks
|
|
|
222
212
|
|
|
223
213
|
h5. manage.rb
|
|
224
214
|
|
|
225
|
-
juggernaut
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
:tail
|
|
215
|
+
* juggernaut:start
|
|
216
|
+
* juggernaut:stop
|
|
217
|
+
* juggernaut:restart
|
|
218
|
+
* juggernaut:symlink_config
|
|
219
|
+
* juggernaut:tail
|
|
231
220
|
|
|
232
221
|
h5. hooks.rb
|
|
233
222
|
|
|
@@ -250,15 +239,13 @@ h4. Tasks
|
|
|
250
239
|
|
|
251
240
|
h5. manage.rb
|
|
252
241
|
|
|
253
|
-
memcache
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
:restart
|
|
242
|
+
* memcache:start
|
|
243
|
+
* memcache:stop
|
|
244
|
+
* memcache:restart
|
|
257
245
|
|
|
258
246
|
h5. install.rb
|
|
259
247
|
|
|
260
|
-
memcache
|
|
261
|
-
:install
|
|
248
|
+
* memcache:install
|
|
262
249
|
|
|
263
250
|
h5. hooks
|
|
264
251
|
|
|
@@ -270,14 +257,13 @@ These recipes are for managing whenever cron job scheduling
|
|
|
270
257
|
|
|
271
258
|
h4. Configuration
|
|
272
259
|
|
|
273
|
-
* None
|
|
260
|
+
* None required
|
|
274
261
|
|
|
275
262
|
h4. Tasks
|
|
276
263
|
|
|
277
264
|
h5. manage.rb
|
|
278
265
|
|
|
279
|
-
whenever
|
|
280
|
-
:update_crontab
|
|
266
|
+
* whenever:update_crontab
|
|
281
267
|
|
|
282
268
|
h5. hooks
|
|
283
269
|
|
data/VERSION.yml
CHANGED
data/cap-recipes.gemspec
CHANGED