1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Mention the dependencies of SwitchTower (Net::SSH, Needle)

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1974 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2005-08-06 18:21:06 +00:00
parent 50e2474433
commit 25ce9f3bc9

View file

@ -4,6 +4,10 @@ SwitchTower is a utility and framework for executing commands in parallel on mul
SwitchTower was originally designed to simplify and automate deployment of web applications to distributed environments, and so it comes with many tasks predefined for that ("update_code" and "deploy", for instance).
== 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.
== Assumptions
In keeping with Rails' "convention over configuration", SwitchTower makes several assumptions about how you will use it (most, if not all, of which may be explicitly overridden):