aboutsummaryrefslogtreecommitdiffstats
path: root/switchtower
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-08-06 18:21:06 +0000
committerJamis Buck <jamis@37signals.com>2005-08-06 18:21:06 +0000
commit25ce9f3bc95dc8aceb8bd51dd3786ae9e0fdfa17 (patch)
tree71c52509cfbe5221558644ff76bf341326869f71 /switchtower
parent50e247443371630e03cb360867770170a76ecb8b (diff)
downloadrails-25ce9f3bc95dc8aceb8bd51dd3786ae9e0fdfa17.tar.gz
rails-25ce9f3bc95dc8aceb8bd51dd3786ae9e0fdfa17.tar.bz2
rails-25ce9f3bc95dc8aceb8bd51dd3786ae9e0fdfa17.zip
Mention the dependencies of SwitchTower (Net::SSH, Needle)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1974 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'switchtower')
-rw-r--r--switchtower/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/switchtower/README b/switchtower/README
index 6eadd7e102..8c7b0fae62 100644
--- a/switchtower/README
+++ b/switchtower/README
@@ -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):