]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP 1190279 Installer makefiles OS targets for PG server
authorBill Erickson <berick@esilibrary.com>
Mon, 8 Jul 2013 19:43:57 +0000 (15:43 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 20 Aug 2013 18:51:19 +0000 (14:51 -0400)
commita3c338f9417611e9116616472ca7ce3bec0ca75b
tree73b3b4b3b6b5c531e1d395b42de84bede264895f
parentc4f884b453f72b336ee9652f475e940b2d265ebd
LP 1190279 Installer makefiles OS targets for PG server

Instead of requesting install_pgsql_server_debs_91,
install_pgsql_server_backport_debs_91, etc. when installing the
postgres server, simply give each OS type its own postgres install
target.

make -f Makefile.install postgres-server-debian-wheezy
make -f Makefile.install postgres-server-debian-squeeze
make -f Makefile.install postgres-server-ubuntu-lucid
make -f Makefile.install postgres-server-ubuntu-precise
make -f Makefile.install postgres-server-fedora

Let the OS module decide what and how to install the postgres server.

Changes are reflected in docs/installation/server_installation.txt

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/extras/Makefile.install
Open-ILS/src/extras/install/Makefile.debian-squeeze
Open-ILS/src/extras/install/Makefile.debian-wheezy
docs/installation/server_installation.txt