[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gforge-devel] [ gforge-Patches-217 ] Option to use site-local config fi
From: |
noreply |
Subject: |
[Gforge-devel] [ gforge-Patches-217 ] Option to use site-local config file |
Date: |
Mon, 10 Feb 2003 17:14:19 -0600 |
Patches item #217, was opened at 2003-02-10 23:14
You can respond by visiting:
http://gforge.org/tracker/?func=detail&atid=106&aid=217&group_id=1
Category: Site Admin
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Graham Batty (maharg)
Assigned to: Nobody (None)
Summary: Option to use site-local config file
Initial Comment:
This patch changes pre.php to require etc/local.inc
(php path relative) and then
include /etc/gforge/local.inc for site-wide
overrides. This should not break existing
installations (since the site-wide config file takes
priority), but makes configuration much easier for
the following reasons:
- No root access needed to put a file in /etc.
- Multiple sites are easier.
- Allows selective overrides (this could be improved
by making a global.inc and local.inc in the path
relative space, with global being required and local
being optional).
- Enables the possibilty of out of the box
configuration, assuming the correct database is
present, without need of an installer.
----------------------------------------------------------------------
You can respond by visiting:
http://gforge.org/tracker/?func=detail&atid=106&aid=217&group_id=1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gforge-devel] [ gforge-Patches-217 ] Option to use site-local config file,
noreply <=