public
Rubygem
Description: Capistrano Recipies for God
Homepage: http://github.com/jnewland/san_juan
Clone URL: git://github.com/jnewland/san_juan.git
update tasks in README
jnewland (author)
Tue Jun 24 05:41:54 -0700 2008
commit  5b19a278f0ef7889d30d2950f5997455a6ae4e48
tree    9d91fed2d2433d3a1655c7d0d4d2d9b729e4ef69
parent  42e61884cab7da8872bb602067eec2d078aef2b0
...
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
...
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
0
@@ -36,40 +36,40 @@ Now, check out @cap -T@:
0
 <pre>
0
 <code>
0
   ...
0
-  cap god:all:quit                # Quit god, but not the processes it's monito...
0
-  cap god:all:reload              # Reloading God Config
0
-  cap god:all:start               # Start god
0
-  cap god:all:start_interactive   # Start god interactively
0
-  cap god:all:status              # Describe the status of the running tasks on...
0
-  cap god:all:terminate           # Terminate god and all monitored processes
0
-  cap god:app:memcached:log       # Log memcached
0
-  cap god:app:memcached:remove    # Remove memcached
0
-  cap god:app:memcached:restart   # Restart memcached
0
-  cap god:app:memcached:start     # Start memcached
0
-  cap god:app:memcached:stop      # Stop memcached
0
-  cap god:app:memcached:unmonitor # Unmonitor memcached
0
-  cap god:app:mongrels:log        # Log mongrels
0
-  cap god:app:mongrels:remove     # Remove mongrels
0
-  cap god:app:mongrels:restart    # Restart mongrels
0
-  cap god:app:mongrels:start      # Start mongrels
0
-  cap god:app:mongrels:stop       # Stop mongrels
0
-  cap god:app:mongrels:unmonitor  # Unmonitor mongrels
0
-  cap god:app:quit                # Quit god, but not the processes it's monito...
0
-  cap god:app:reload              # Reload the god config file
0
-  cap god:app:start               # Start god
0
-  cap god:app:start_interactive   # Start god interactively
0
-  cap god:app:terminate           # Terminate god and all monitored processes
0
-  cap god:web:nginx:log           # Log nginx
0
-  cap god:web:nginx:remove        # Remove nginx
0
-  cap god:web:nginx:restart       # Restart nginx
0
-  cap god:web:nginx:start         # Start nginx
0
-  cap god:web:nginx:stop          # Stop nginx
0
-  cap god:web:nginx:unmonitor     # Unmonitor nginx
0
-  cap god:web:quit                # Quit god, but not the processes it's monito...
0
-  cap god:web:reload              # Reload the god config file
0
-  cap god:web:start               # Start god
0
-  cap god:web:start_interactive   # Start god interactively
0
-  cap god:web:terminate           # Terminate god and all monitored processes
0
+  cap god:all:quit                                   # Quit god, but not the proce...
0
+  cap god:all:reload                                 # Reloading God Config
0
+  cap god:all:start                                  # Start god
0
+  cap god:all:start_interactive                      # Start god interactively
0
+  cap god:all:status                                 # Describe the status of the ...
0
+  cap god:all:terminate                              # Terminate god and all monit...
0
+  cap god:app:mongrels:log                           # Log mongrels
0
+  cap god:app:mongrels:remove                        # Remove mongrels
0
+  cap god:app:mongrels:restart                       # Restart mongrels
0
+  cap god:app:mongrels:start                         # Start mongrels
0
+  cap god:app:mongrels:stop                          # Stop mongrels
0
+  cap god:app:mongrels:unmonitor                     # Unmonitor mongrels
0
+  cap god:app:memcached:log                          # Log memcached
0
+  cap god:app:memcached:remove                       # Remove memcached
0
+  cap god:app:memcached:restart                      # Restart memcached
0
+  cap god:app:memcached:start                        # Start memcached
0
+  cap god:app:memcached:stop                         # Stop memcached
0
+  cap god:app:memcached:unmonitor                    # Unmonitor memcached
0
+  cap god:app:quit                                   # Quit god, but not the proce...
0
+  cap god:app:reload                                 # Reload the god config file
0
+  cap god:app:start                                  # Start god
0
+  cap god:app:start_interactive                      # Start god interactively
0
+  cap god:app:terminate                              # Terminate god and all monit...
0
+  cap god:web:nginx:log                              # Log nginx
0
+  cap god:web:nginx:remove                           # Remove nginx
0
+  cap god:web:nginx:restart                          # Restart nginx
0
+  cap god:web:nginx:start                            # Start nginx
0
+  cap god:web:nginx:stop                             # Stop nginx
0
+  cap god:web:nginx:unmonitor                        # Unmonitor nginx
0
+  cap god:web:quit                                   # Quit god, but not the proce...
0
+  cap god:web:reload                                 # Reload the god config file
0
+  cap god:web:start                                  # Start god
0
+  cap god:web:start_interactive                      # Start god interactively
0
+  cap god:web:terminate                              # Terminate god and all monit...
0
   ...
0
 </pre>
0
 </code>

Comments