diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-02-19 19:02:11 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-02-19 19:02:11 +0000 |
commit | ec201b08b3cfd1e115704abdbd7bc541a3651fe1 (patch) | |
tree | fbf48dd1e8dbd850314285ceab751a16550d44a2 /doc/INSTALL | |
parent | 0b04de0a23e2b9ce991cb06d2a1788ef0cc834cf (diff) | |
download | redmine-ec201b08b3cfd1e115704abdbd7bc541a3651fe1.tar.gz redmine-ec201b08b3cfd1e115704abdbd7bc541a3651fe1.zip |
Updates docs fro 3.0.0 release.
git-svn-id: http://svn.redmine.org/redmine/trunk@14037 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/INSTALL')
-rw-r--r-- | doc/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index b151d3359..2adc73641 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -72,7 +72,7 @@ Optional: 8. Test the installation by running the WEBrick web server Under the main application directory run: - ruby script/rails server -e production + ruby bin/rails server -e production Once WEBrick has started, point your browser to http://localhost:3000/ You should now see the application welcome page. |