1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

A few tweaks/corrections to the README

git-svn-id: http://svn.rubyonrails.org/rails/tools/switchtower@3614 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2006-02-19 03:44:29 +00:00
parent 581fd14520
commit 6ba2cdfec7

6
README
View file

@ -6,7 +6,7 @@ SwitchTower was originally designed to simplify and automate deployment of web a
== Dependencies
SwitchTower depends upon the Net::SSH library by Jamis Buck (http://net-ssh.rubyforge.org). Net::SSH itself depends on the Needle library (http://needle.rubyforge.org), also by Jamis Buck. If you are on Windows, you must have at least Net::SSH 1.0.3 installed.
SwitchTower depends upon the Net::SSH library by Jamis Buck (http://net-ssh.rubyforge.org). Net::SSH itself depends on the Needle library (http://needle.rubyforge.org), also by Jamis Buck.
== Assumptions
@ -21,7 +21,7 @@ As with the rest of Rails, if you can abide by these assumptions, you can use Sw
== Usage
More documentation is always pending, but you'll want to see the user manual for detailed usage instructions. (The manual is online at http://manuals.rubyonrails.com/read/book/17).
More documentation is always pending, but you'll want to see the user manual for detailed usage instructions. (The manual is online at http://manuals.rubyonrails.org/read/book/17).
In general, you'll use SwitchTower as follows:
@ -30,6 +30,6 @@ In general, you'll use SwitchTower as follows:
Use the +switchtower+ script as follows:
switchtower -r deploy -a someaction -vvvv
switchtower -r deploy -a someaction -vvv
The <tt>-r</tt> switch specifies the recipe to use, and the <tt>-a</tt> switch specifies which action you want to execute. You can the <tt>-v</tt> switch multiple times (as shown) to increase the verbosity of the output.