| 31 | | Tasks (performed on :app role) |
|---|
| 32 | | configure_mongrel_cluster: Configure the cluster with variables. |
|---|
| 33 | | start_mongrel_cluster: Start Mongrel processes on the app server. |
|---|
| 34 | | stop_mongrel_cluster: Stop the Mongrel processes on the app server. |
|---|
| 35 | | restart_mongrel_cluster: Restart the Mongrel processes on the app server by starting and stopping mongrel_cluster. |
|---|
| 36 | | restart: Calls restart_mongrel_cluster to allow Mongrel to be used with the standard Capistrano deploy task. |
|---|
| 37 | | spinner: Calls start_mongrel_cluster to allow Mongrel to be used with the standard Capistrano cold_deploy task. |
|---|
| | 31 | On Capistrano 2 you get then get the following tasks: |
|---|
| | 40 | |
|---|
| | 41 | On Capistrano 1 you get the same tasks, but without the namespace: |
|---|
| | 42 | |
|---|
| | 43 | configure_mongrel_cluster: Configure the cluster with variables. |
|---|
| | 44 | start_mongrel_cluster: Start Mongrel processes on the app server. |
|---|
| | 45 | stop_mongrel_cluster: Stop the Mongrel processes on the app server. |
|---|
| | 46 | restart_mongrel_cluster: Restart the Mongrel processes on the app server by starting and stopping mongrel_cluster. |
|---|
| | 47 | restart: Calls restart_mongrel_cluster to allow Mongrel to be used with the standard Capistrano deploy task. |
|---|
| | 48 | spinner: Calls start_mongrel_cluster to allow Mongrel to be used with the standard Capistrano cold_deploy task. |
|---|