[DRE-commits] [redmine] 12/15: passenger: document line that must be changed in extra instances.
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat May 2 21:00:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository redmine.
commit 027650fbcf0d7c154680e755c9679f87d4ac5da0
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sat May 2 12:04:34 2015 -0300
passenger: document line that must be changed in extra instances.
---
debian/changelog | 2 ++
debian/doc/examples/apache2-passenger-alias.conf | 1 +
debian/doc/examples/apache2-passenger-host.conf | 1 +
3 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e92612c..7d11c38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,8 @@ redmine (3.0~20140825-6) unstable; urgency=medium
+ This fixes running `rails console`, `rails dbconsole` etc from within
the installed package at /usr/share/redmine.
- don't install deprecated script/ directory
+ * debian/doc/examples/apache2-passenger-*.conf: document line that must
+ be changed in extra instances.
-- Antonio Terceiro <terceiro at debian.org> Sat, 02 May 2015 11:33:20 -0300
diff --git a/debian/doc/examples/apache2-passenger-alias.conf b/debian/doc/examples/apache2-passenger-alias.conf
index 3911794..a6a451c 100644
--- a/debian/doc/examples/apache2-passenger-alias.conf
+++ b/debian/doc/examples/apache2-passenger-alias.conf
@@ -6,6 +6,7 @@
RailsEnv production
SetEnv X_DEBIAN_SITEID "default"
SetEnv RAILS_RELATIVE_URL_ROOT "/redmine"
+ PassengerAppGroupName redmine_default # CHANGE THIS FOR OTHER INSTANCES
PassengerDefaultUser www-data
# apache2 serves public files
Alias "/redmine/plugin_assets/" /var/cache/redmine/default/plugin_assets/
diff --git a/debian/doc/examples/apache2-passenger-host.conf b/debian/doc/examples/apache2-passenger-host.conf
index 4dc5394..2f3b537 100644
--- a/debian/doc/examples/apache2-passenger-host.conf
+++ b/debian/doc/examples/apache2-passenger-host.conf
@@ -5,6 +5,7 @@
# this is the passenger config
RailsEnv production
SetEnv X_DEBIAN_SITEID "default"
+ PassengerAppGroupName redmine_default # CHANGE THIS FOR OTHER INSTANCES
PassengerDefaultUser www-data
Alias "/plugin_assets/" /var/cache/redmine/default/plugin_assets/
DocumentRoot /usr/share/redmine/public
--
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