From: Jason Stephenson Date: Wed, 11 Jan 2012 20:09:11 +0000 (-0500) Subject: Update PGSQL 9.1 server install for Debian/Ubuntu. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0f22ac1ec6e8c28b48cceb804acda40f03445aef;p=evergreen%2Fequinox.git Update PGSQL 9.1 server install for Debian/Ubuntu. Use install_pgsql_server_backport_debs_91 on Debian. Use install_pgsql_server_debs_91 on Ubuntu. Update the README to reflect this. Signed-off-by: Jason Stephenson Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 1512c23b2b..6c7abe7eee 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -504,6 +504,9 @@ install_pgsql_client_debs_91: $(APT_TOOL) install $(PGSQL_CLIENT_DEBS_91) install_pgsql_server_debs_91: + $(APT_TOOL) install $(PGSQL_SERVER_DEBS_91) + +install_pgsql_server_backport_debs_91: $(APT_BACKPORT_TOOL) install $(PGSQL_SERVER_DEBS_91) # Install the debian-specific dependencies for more modern distros diff --git a/README b/README index be4661992a..4c8b88fdbb 100644 --- a/README +++ b/README @@ -317,7 +317,13 @@ dedicated machine. You can install the packages required by Debian or Ubuntu on the machine of your choice using the following commands as the *root* Linux account: -.(Debian / Ubuntu) Installing PostgreSQL 9.1 server packages +.(Debian) Installing PostgreSQL 9.1 server packages +[source, bash] +------------------------------------------------------------------------------ +make -f Open-ILS/src/extras/Makefile.install install_pgsql_server_backport_debs_91 +------------------------------------------------------------------------------ + +.(Ubuntu) Installing PostgreSQL 9.1 server packages [source, bash] ------------------------------------------------------------------------------ make -f Open-ILS/src/extras/Makefile.install install_pgsql_server_debs_91