aboutsummaryrefslogtreecommitdiffstats
path: root/railties/README
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-16 15:45:55 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-16 15:45:55 +0000
commitb8f8776f0cffc1b73719f16513a5721d77b19186 (patch)
treeb02a65c7c9e37a8f031fecbd92b19a8a7afc4bd9 /railties/README
parent4fb6ed4c1c35ba055df36602e3d75b68e7fcb212 (diff)
downloadrails-b8f8776f0cffc1b73719f16513a5721d77b19186.tar.gz
rails-b8f8776f0cffc1b73719f16513a5721d77b19186.tar.bz2
rails-b8f8776f0cffc1b73719f16513a5721d77b19186.zip
Renamed public/dispatch.servlet to script/server -- it wasn't really dispatching anyway as its delegating calls to public/dispatch.rb
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@186 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/README')
-rw-r--r--railties/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/README b/railties/README
index c8446e4e55..4d58c3276c 100644
--- a/railties/README
+++ b/railties/README
@@ -38,7 +38,7 @@ link:files/vendor/actionpack/README.html.
== Getting started
-1. Run the WEBrick servlet: <tt>ruby public/dispatch.servlet</tt>
+1. Run the WEBrick servlet: <tt>ruby script/server</tt>
(run with --help for options)
2. Go to http://localhost:3000/ and get "Congratulations, you've put Ruby on Rails!"
3. Follow the guidelines on the "Congratulations, you're on Rails!" screen