]> git.evergreen-ils.org Git - Evergreen.git/commit
Generate Apache config files for increased portability
authorDan Scott <dscott@laurentian.ca>
Fri, 19 Oct 2012 19:23:28 +0000 (15:23 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 28 Feb 2013 17:34:16 +0000 (12:34 -0500)
commitfa20df0d807073840e7e392156d5ef1029336eb2
tree78133d6cd13762c9bf5837a865b940ea1f4ae5e5
parentd81af6be77536b70da6af26a73aae4c6755ce642
Generate Apache config files for increased portability

Continue weaning ourselves off of hardcoded paths such as /openils in config
files. Also, install the Apache config example files into a docs directory
instead of just leaving them in the source tree. Similarly, remove some
hardcoded paths from eg_db_config.pl.

At the same time, drop the '.pl' suffix from the scripts that we're touching,
and make the Apache startup script a little less generic in name.

The change from "startup.pl" to "eg_startup" and from "eg_db_config.pl"
to "eg_db_config" also results in updates to installation and upgrading
documentation.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/examples/apache/eg.conf [deleted file]
Open-ILS/examples/apache/eg.conf.in [new file with mode: 0644]
Open-ILS/examples/apache/eg_startup.in [new file with mode: 0755]
Open-ILS/examples/apache/eg_vhost.conf [deleted file]
Open-ILS/examples/apache/eg_vhost.conf.in [new file with mode: 0644]
Open-ILS/examples/apache/startup.pl [deleted file]
Open-ILS/src/Makefile.am
Open-ILS/src/support-scripts/eg_db_config.in [new file with mode: 0755]
Open-ILS/src/support-scripts/eg_db_config.pl [deleted file]
docs/installation/server_installation.txt
docs/installation/server_upgrade.txt