Revision 14037
Added by Jean-Philippe Lang over 10 years ago
INSTALL | ||
---|---|---|
72 | 72 |
8. Test the installation by running the WEBrick web server |
73 | 73 |
|
74 | 74 |
Under the main application directory run: |
75 |
ruby script/rails server -e production
|
|
75 |
ruby bin/rails server -e production
|
|
76 | 76 |
|
77 | 77 |
Once WEBrick has started, point your browser to http://localhost:3000/ |
78 | 78 |
You should now see the application welcome page. |
Also available in: Unified diff
Updates docs fro 3.0.0 release.