public
Rubygem
Description: My version of vlad the deployer
Homepage: http://rubyhitsquad.com/Vlad_the_Deployer.html
Clone URL: git://github.com/peregrine/vlad.git
add gitignore file, cleanup god recipe
peregrine (author)
Fri May 09 18:29:49 -0700 2008
commit  6a8d1eb85d5005d573059db6b7657b6ce105d46e
tree    5125d5e134db3c3700a81c8b621b5bbac6f47887
parent  10d06df28aa93c577d4ce72524b1727a63025dcf
...
1
2
3
4
5
 
6
7
8
...
13
14
15
16
17
18
19
20
21
22
...
1
2
3
 
 
4
5
6
7
...
12
13
14
 
 
 
 
15
16
17
0
@@ -1,8 +1,7 @@
0
 require 'vlad'
0
 
0
 namespace :vlad do
0
- ##
0
- # God module for merb app server
0
+ ## God module for merb app server
0
 
0
   set :merb_cluster_nodes, 2
0
   set :merb_port, 4800
0
@@ -13,10 +12,6 @@ namespace :vlad do
0
     
0
   end
0
 
0
- def merb(cmd) # :nodoc:
0
- "merb #{cmd}"
0
- end
0
-
0
   desc "Restart the app servers"
0
 
0
   remote_task :start_app, :roles => :app do

Comments

    No one has commented yet.