diff options
author | Jamis Buck <jamis@37signals.com> | 2005-08-24 15:15:23 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-08-24 15:15:23 +0000 |
commit | affb615a8a5da2d41383741fd51871261550925e (patch) | |
tree | f390067921b08b5609ee1b7bd2e0318e6369331a /switchtower/README | |
parent | 6a4d4460ea2569d3bb54e1e75fad945c361cbc9b (diff) | |
download | rails-affb615a8a5da2d41383741fd51871261550925e.tar.gz rails-affb615a8a5da2d41383741fd51871261550925e.tar.bz2 rails-affb615a8a5da2d41383741fd51871261550925e.zip |
SwitchTower: use a timestamp as the release name, instead of the revision number. Various tweaks and fixes to the supported scm modules.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2046 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'switchtower/README')
-rw-r--r-- | switchtower/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/switchtower/README b/switchtower/README index 8c7b0fae62..45bad8bbe3 100644 --- a/switchtower/README +++ b/switchtower/README @@ -21,7 +21,9 @@ 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. In general, you'll use SwitchTower as follows: +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). + +In general, you'll use SwitchTower as follows: * Create a deployment recipe ("deploy.rb") for your application. You can use the sample recipe in examples/sample.rb as a starting point. * Use the +switchtower+ script to execute your recipe (see below). |