summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-05-14 22:17:57 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-05-14 22:17:57 +0000
commit05481fe96b2afde58eface87a83f59f09572cdbf (patch)
tree7d059810d0bda9c108fbc98c03583315777d621c /doc/INSTALL
parent034539c98894a4961c58a868f2f4fe15fce173d2 (diff)
downloadredmine-05481fe96b2afde58eface87a83f59f09572cdbf.tar.gz
redmine-05481fe96b2afde58eface87a83f59f09572cdbf.zip
Updates for 2.0.0 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9696 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 660d94de7..7021dc671 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -65,7 +65,7 @@ Optional:
8. Test the installation by running the WEBrick web server
Under the main application directory run:
- ruby script/server -e production
+ ruby script/rails server -e production
Once WEBrick has started, point your browser to http://localhost:3000/
You should now see the application welcome page.