From 0fbacb76458b6d7277451ee101dcb914e2857515 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 3 Apr 2023 12:40:46 -0400 Subject: [PATCH] Docs: More README Cleanup Fix "Installing PostgreSQL server packages" heading. It was showing up as a list entry. Drop the text about installing additional packages for the database, since there are none to install at this time. (We could replace that with a subsection on the packages required for a standalong databse server without all of Evergreen installed on it.) Add a "Create the Evergreen PostgreSQL user" heading above the instructions to creat the evergreen user in the database. Co-authored-by: Ben Shum Signed-off-by: Jason Stephenson --- docs/modules/installation/pages/server_installation.adoc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/modules/installation/pages/server_installation.adoc b/docs/modules/installation/pages/server_installation.adoc index da3d87cc09..9f835f66f3 100644 --- a/docs/modules/installation/pages/server_installation.adoc +++ b/docs/modules/installation/pages/server_installation.adoc @@ -437,7 +437,7 @@ by every Evergreen system. 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: -. Installing PostgreSQL server packages +.Installing PostgreSQL server packages Each OS build target provides the postgres server installation packages required for each operating system. To install Postgres @@ -515,11 +515,7 @@ make -f Open-ILS/src/extras/Makefile.install postgres-server-ubuntu-bionic-14 make -f Open-ILS/src/extras/Makefile.install postgres-server-ubuntu-focal-14 ------------------------------------------------------------------------------ -For a standalone PostgreSQL server, install the following Perl modules for your -distribution as the *root* Linux account: - -.(Debian and Ubuntu) -No extra modules required for these distributions. +.Create the Evergreen PostgreSQL user You need to create a PostgreSQL superuser to create and access the database. Issue the following command as the *postgres* Linux account to create a new -- 2.11.0