mirror of
https://github.com/redmine/redmine.git
synced 2025-12-24 01:10:38 +01:00
Rails 5: Update INSTALL doc: s/WEBrick/Puma/ (#29772).
git-svn-id: http://svn.redmine.org/redmine/trunk@17597 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -74,12 +74,12 @@ Optional:
|
|||||||
sudo chown -R redmine:redmine files log tmp public/plugin_assets
|
sudo chown -R redmine:redmine files log tmp public/plugin_assets
|
||||||
sudo chmod -R 755 files log tmp public/plugin_assets
|
sudo chmod -R 755 files log tmp public/plugin_assets
|
||||||
|
|
||||||
8. Test the installation by running the WEBrick web server
|
8. Test the installation by running the Puma web server
|
||||||
|
|
||||||
Under the main application directory run:
|
Under the main application directory run:
|
||||||
ruby bin/rails server -e production
|
ruby bin/rails server -e production
|
||||||
|
|
||||||
Once WEBrick has started, point your browser to http://localhost:3000/
|
Once Puma has started, point your browser to http://localhost:3000/
|
||||||
You should now see the application welcome page.
|
You should now see the application welcome page.
|
||||||
|
|
||||||
9. Use the default administrator account to log in:
|
9. Use the default administrator account to log in:
|
||||||
|
|||||||
Reference in New Issue
Block a user