Project

General

Profile

Actions

Patch #29772

closed

Rails 5: Update INSTALL doc: s/WEBrick/Puma/

Added by Go MAEDA over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Documentation
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Rails 5 uses Puma as the default web server.

https://weblog.rubyonrails.org/2015/12/18/Rails-5-0-beta1/:

we’ve switched the default development server from Webrick to Puma.

We have to update the INSTALL document.

Index: doc/INSTALL
===================================================================
--- doc/INSTALL    (revision 17596)
+++ doc/INSTALL    (working copy)
@@ -74,12 +74,12 @@
      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:

Related issues

Related to Redmine - Feature #23630: Migrate to Rails 5.2ClosedJean-Philippe Lang

Actions
Actions #1

Updated by Go MAEDA over 5 years ago

  • Category set to Documentation
Actions #2

Updated by Go MAEDA over 5 years ago

Actions #3

Updated by Go MAEDA over 5 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA

Committed.

Actions

Also available in: Atom PDF