[open-ils-commits] [GIT] Evergreen ILS branch rel_22 created. 8aa9c10e78c3d346b61947397733c4502d8e2b3f

Evergreen Git git at git.evergreen-ils.org
Mon Apr 9 09:16:18 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_22 has been created
        at  8aa9c10e78c3d346b61947397733c4502d8e2b3f (commit)

- Log -----------------------------------------------------------------
commit 8aa9c10e78c3d346b61947397733c4502d8e2b3f
Author: Dan Scott <dan at coffeecode.net>
Date:   Mon Apr 9 09:14:16 2012 -0400

    README: Clarify PostgreSQL 9.1 vs. 9.0 remote server docs
    
    Break out the PostgreSQL 9.1 or later instructions into their own
    subsection to clarify how the steps differ from PostgreSQL 9.0.
    
    Signed-off-by: Dan Scott <dan at coffeecode.net>

diff --git a/README b/README
index dc1ecbf..f7b1a88 100644
--- a/README
+++ b/README
@@ -397,13 +397,20 @@ Evergreen administrator account to your requested values.
 Creating the database on a remote server
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 In a production instance of Evergreen, your PostgreSQL server should be
-installed on a dedicated server. For PostgreSQL 9.1 and later you should be
-able to continue to use the --create-database flag on eg_db_config.pl, without
-needing to install any server modules on your application machine. For
-PostgreSQL 9.0 you can either:
+installed on a dedicated server.
+
+PostgreSQL 9.1 and later
+^^^^^^^^^^^^^^^^^^^^^^^^
+To create the database instance on a remote database server running PostgreSQL
+9.1 or later, simply use the `--create-database` flag on `eg_db_config.pl`.
+
+For PostgreSQL 9.0
+^^^^^^^^^^^^^^^^^^
+To create the database instance on a remote database server running PostgreSQL
+9.0, you can either:
 
   *  Install the PostgreSQL contrib modules on the machine on which you
-     are installing the Evergreen code, and use the --create-database
+     are installing the Evergreen code, and use the `--create-database`
      option from that machine, or
   *  Copy the `Open-ILS/src/sql/Pg/create_database.sql` script to your
      PostgreSQL server and invoke it as the *postgres* Linux account:

-----------------------------------------------------------------------


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list