Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8919

Show
Ignore:
Timestamp:
02/21/08 04:40:26 (5 months ago)
Author:
minam
Message:

Fix incorrect reference to the 'setup' task (closes #10819)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/capistrano/CHANGELOG

    r8918 r8919  
    11*SVN* 
     2 
     3* Fix incorrect reference to the 'setup' task in task documentation [rajeshduggal] 
    24 
    35* Don't try to kill the spawner process on deploy:stop if no spawner process exists [Jamis Buck] 
  • tools/capistrano/lib/capistrano/recipes/deploy.rb

    r8917 r8919  
    111111    Prepares one or more servers for deployment. Before you can use any \ 
    112112    of the Capistrano deployment tasks with your project, you will need to \ 
    113     make sure all of your servers have been prepared with `cap setup'. When \ 
     113    make sure all of your servers have been prepared with `cap deploy:setup'. When \ 
    114114    you add a new server to your cluster, you can easily run the setup task \ 
    115115    on just that server by specifying the HOSTS environment variable: 
    116116 
    117       $ cap HOSTS=new.server.com setup 
     117      $ cap HOSTS=new.server.com deploy:setup 
    118118 
    119119    It is safe to run this task on servers that have already been set up; it \