LP#1708048: Add support for Debian 9 Stretch
authorBen Shum <ben@evergreener.net>
Tue, 1 Aug 2017 18:41:08 +0000 (14:41 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 28 Sep 2017 17:23:35 +0000 (13:23 -0400)
  - Add new make target "debian-stretch"
  - Add PG 9.6 options
  - Add Stretch references to README

Signed-off-by: Ben Shum <ben@evergreener.net>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/extras/install/Makefile.debian-stretch
docs/installation/server_installation.adoc

index 0918ef8..bd15ce5 100644 (file)
@@ -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 \
index d3ea0c7..803aef5 100644 (file)
@@ -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).