[DRE-commits] [redmine] 06/08: Update documentation on web server setup

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Sep 30 21:39:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository redmine.

commit 499a4c80be8359301c3986b5d7b4f871354b5be3
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Sep 22 11:12:48 2014 -0300

    Update documentation on web server setup
---
 debian/README.Debian | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 24e8612..e589760 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -37,11 +37,17 @@ By default, redmine admin account log/pass is admin/admin
 MANUAL WEB SERVER CONFIGURATION
 -------------------------------
 
-There are several ways to serve a rails app like redmine.
-Some examples for configuration with passenger, or with a fastcgi web server,
-are available in /usr/share/doc/redmine/examples.
-To run redmine with a fastcgi web server, libfcgi-ruby package must be installed.
-Also note that libapache2-mod-fcgid package provides fastcgi support for apache2.
+There are several ways to serve a rails app like redmine.  Some examples for
+configuration with passenger, or with a fastcgi web server, are available in
+/usr/share/doc/redmine/examples.
+
+The recommened way is to run redmine with the Passenger apache module. For
+that, libapache2-mod-passenger must be installed and the passenger apache2
+module must be enabled. See the apache2-passenger-*.conf examples.
+
+To run redmine with a fastcgi web server, ruby-fcgi package must be installed.
+Also note that libapache2-mod-fcgid package provides fastcgi support for
+apache2.
 
 In the provided examples, the environment variable must be set to the desired
 instance name :

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git



More information about the Pkg-ruby-extras-commits mailing list