From: Ben Shum Date: Tue, 1 Aug 2017 18:41:08 +0000 (-0400) Subject: LP#1708048: Add support for Debian 9 Stretch X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=03bc5ae757c4d50432de0930a9447470ba94d25a;p=evergreen%2Fpines.git LP#1708048: Add support for Debian 9 Stretch - Add new make target "debian-stretch" - Add PG 9.6 options - Add Stretch references to README Signed-off-by: Ben Shum Signed-off-by: Jason Stephenson Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/extras/install/Makefile.debian-stretch b/Open-ILS/src/extras/install/Makefile.debian-stretch index 0918ef8802..bd15ce5b53 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-stretch +++ b/Open-ILS/src/extras/install/Makefile.debian-stretch @@ -108,6 +108,8 @@ PGSQL_SERVER_DEBS_96 = \ # sections to support building Evergreen packages on servers # where Evergreen and its prereqs are not installed. +# nodejs-legacy creates a symlink for /usr/bin/node -> /usr/bin/nodejs +# which is needed by our npm-installed packages DEVELOPER_DEBS = \ automake \ autoconf \ diff --git a/docs/installation/server_installation.adoc b/docs/installation/server_installation.adoc index d3ea0c78b5..803aef5770 100644 --- a/docs/installation/server_installation.adoc +++ b/docs/installation/server_installation.adoc @@ -54,7 +54,8 @@ autoreconf -i Installing prerequisites ------------------------ - * **PostgreSQL**: The minimum supported version is 9.4. + * **PostgreSQL**: Version 9.4 is recommended. + The minimum supported version is 9.3. * **Linux**: Evergreen has been tested on Debian Stretch (9), Debian Jessie (8), Debian Wheezy (7), Ubuntu Xenial Xerus (16.04), and Ubuntu Trusty Tahr (14.04).