From: Ben Shum <ben@evergreener.net>
Date: Thu, 20 Sep 2018 15:08:12 +0000 (-0400)
Subject: LP#1793585: Update README to include Bionic references
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=87fc10188dbf53c2f94286e074bcdbe4d07a9527;p=evergreen%2Fequinox.git

LP#1793585: Update README to include Bionic references

Signed-off-by: Ben Shum <ben@evergreener.net>
Signed-off-by: Jason Stephenson <jason@sigio.com>
---

diff --git a/docs/installation/server_installation.adoc b/docs/installation/server_installation.adoc
index d854169ef7..1fb32aa23a 100644
--- a/docs/installation/server_installation.adoc
+++ b/docs/installation/server_installation.adoc
@@ -55,9 +55,12 @@ Installing prerequisites
 ------------------------
 
   * **PostgreSQL**: The minimum supported version is 9.4.
-  * **Linux**: Evergreen has been tested on Debian Stretch (9), 
-    Debian Jessie (8), Ubuntu Xenial Xerus (16.04), and Ubuntu
-    Trusty Tahr (14.04).
+  * **Linux**: Evergreen has been tested on 
+    Debian Stretch (9), 
+    Debian Jessie (8), 
+    Ubuntu Bionic Beaver (18.04), 
+    Ubuntu Xenial Xerus (16.04), 
+    and Ubuntu Trusty Tahr (14.04).
     If you are running an older version of these distributions, you may want 
     to upgrade before upgrading Evergreen. For instructions on upgrading these
     distributions, visit the Debian or Ubuntu websites.
@@ -72,8 +75,9 @@ before you can successfully configure, compile, and install Evergreen.
 2. On some distributions, it is necessary to install PostgreSQL 9.4+ from external
    repositories.
 +
-  * Ubuntu (Trusty) comes with an older version of PostgreSQL, so
-    steps are taken to automatically utilize the PostgreSQL
+  * Ubuntu (Trusty) comes with an older version of PostgreSQL
+    and Ubuntu (Bionic) comes with a newer version of PostgreSQL, 
+    so steps are taken to automatically utilize the PostgreSQL
     community's apt sources.
     (For complete details, see: https://wiki.postgresql.org/wiki/Apt)
   * Debian (Jessie/Stretch) and Ubuntu (Xenial) comes with PostgreSQL 9.4+,
@@ -81,7 +85,7 @@ before you can successfully configure, compile, and install Evergreen.
 +
 3. Issue the following commands as the *root* Linux account to install
    prerequisites using the `Makefile.install` prerequisite installer,
-   substituting `debian-stretch`, `debian-jessie`,`ubuntu-xenial`,
+   substituting `debian-stretch`,`debian-jessie`,`ubuntu-bionic`,`ubuntu-xenial`,
    or `ubuntu-trusty` for <osname> below:
 +
 [source, bash]
@@ -434,6 +438,7 @@ make -f Open-ILS/src/extras/Makefile.install postgres-server-debian-stretch
 make -f Open-ILS/src/extras/Makefile.install postgres-server-debian-jessie
 make -f Open-ILS/src/extras/Makefile.install postgres-server-ubuntu-trusty
 make -f Open-ILS/src/extras/Makefile.install postgres-server-ubuntu-xenial
+make -f Open-ILS/src/extras/Makefile.install postgres-server-ubuntu-bionic
 ------------------------------------------------------------------------------
 
 For a standalone PostgreSQL server, install the following Perl modules for your