From 17c9ebd5d6d3548b23693c544d0ec1d94928d03f Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 12 Oct 2011 09:43:40 -0400 Subject: [PATCH] README: For master, focus on PostgreSQL 9.1 Given that the backports for Debian and Ubuntu already offer PostgreSQL 9.1, and Fedora 16 (out in a few weeks) comes with 9.1, focus on 9.1 where it is available. Signed-off-by: Dan Scott --- README | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README b/README index e455547e2a..cb307c54eb 100644 --- a/README +++ b/README @@ -294,24 +294,21 @@ Creating the Evergreen database: -------------------------------- By default, the `Makefile.install` prerequisite installer does not install -the PostgreSQL 9.0/9.1 database server required by every Evergreen system; +the PostgreSQL 9 database server required by every Evergreen system; for production use, most libraries install the PostgreSQL database server on a -dedicated machine. You can install the packages required by Debian, Ubuntu, or -Fedora on the machine of your choice using the following commands as the *root* +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.0 server packages -[source, bash] ------------------------------------------------------------------------------- -make -f Open-ILS/src/extras/Makefile.install install_pgsql_server_debs_90 ------------------------------------------------------------------------------- - .(Debian / Ubuntu) Installing PostgreSQL 9.1 server packages [source, bash] ------------------------------------------------------------------------------ make -f Open-ILS/src/extras/Makefile.install install_pgsql_server_debs_91 ------------------------------------------------------------------------------ +You can install the packages required by Fedora on the machine of your choice +using the following commands as the *root* Linux account: + .(Fedora 15) Installing PostgreSQL 9.0 server packages [source, bash] ------------------------------------------------------------------------------ @@ -321,7 +318,7 @@ make -f Open-ILS/src/extras/Makefile.install install_fedora_pgsql_server For a standalone PostgreSQL server, install the following Perl modules as the *root* Linux account: -.(Debian / Ubuntu) Installing additional Perl modules on a standalone PostgreSQL 9.0 server +.(Debian / Ubuntu) Installing additional Perl modules on a standalone PostgreSQL 9 server [source, bash] ------------------------------------------------------------------------------ aptitude install gcc libxml-libxml-perl libxml-libxslt-perl @@ -333,7 +330,7 @@ cpan MARC::File::XML cpan UUID::Tiny ------------------------------------------------------------------------------ -.(Fedora 15) Installing additional Perl modules on a standalone PostgreSQL 9.0 server +.(Fedora 15) Installing additional Perl modules on a standalone PostgreSQL 9 server [source, bash] ------------------------------------------------------------------------------ yum install gcc perl-XML-LibXML perl-XML-LibXSLT perl-Business-ISBN -- 2.43.2