From: Jason Stephenson Date: Mon, 3 Apr 2023 16:40:46 +0000 (-0400) Subject: Docs: More README Cleanup X-Git-Url: http://git.equinoxoli.org/?p=evergreen-equinox.git;a=commitdiff_plain;h=2c7575d56325c564cee8841c37c46a4190b517ce 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 --- diff --git a/docs/modules/installation/pages/server_installation.adoc b/docs/modules/installation/pages/server_installation.adoc index 85a8595..f143bd5 100644 --- a/docs/modules/installation/pages/server_installation.adoc +++ b/docs/modules/installation/pages/server_installation.adoc @@ -435,7 +435,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 @@ -519,11 +519,7 @@ make -f Open-ILS/src/extras/Makefile.install postgres-server-ubuntu-focal-15 make -f Open-ILS/src/extras/Makefile.install postgres-server-ubuntu-jammy-15 ------------------------------------------------------------------------------ -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