diff options
author | Go MAEDA <maeda@farend.jp> | 2018-10-16 05:51:33 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-10-16 05:51:33 +0000 |
commit | 23dc108e70a0794f444803ac827a690085dcd557 (patch) | |
tree | 6dddfcac4c2c91589ad62c7f166899fe6fbea9a6 /doc | |
parent | facb44cb03533aad57b3d982fab692f25c937e9a (diff) | |
download | redmine-23dc108e70a0794f444803ac827a690085dcd557.tar.gz redmine-23dc108e70a0794f444803ac827a690085dcd557.zip |
Rails 5: Update INSTALL doc: s/WEBrick/Puma/ (#29772).
git-svn-id: http://svn.redmine.org/redmine/trunk@17597 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index 85160df53..446bf946c 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -74,12 +74,12 @@ Optional: sudo chown -R redmine:redmine 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: 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. 9. Use the default administrator account to log in: |