diff options
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 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. |