[open-ils-commits] r19469 - branches/rel_2_0 (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Feb 17 15:29:00 EST 2011


Author: dbs
Date: 2011-02-17 15:28:56 -0500 (Thu, 17 Feb 2011)
New Revision: 19469

Modified:
   branches/rel_2_0/README
Log:
Note --admin-user / --admin-pass options for eg_db_config.pl

Missed backporting this doc from trunk - thanks to Chris Sharp for
pointing this out.


Modified: branches/rel_2_0/README
===================================================================
--- branches/rel_2_0/README	2011-02-17 18:57:02 UTC (rev 19468)
+++ branches/rel_2_0/README	2011-02-17 20:28:56 UTC (rev 19469)
@@ -144,17 +144,20 @@
 database schema and configure your configuration files to point at the
 database server. Issue the following command as root from inside the Evergreen
 source directory, replacing <user>, <password>, <hostname>, <port>, and <dbname>
-with the appropriate values for your PostgreSQL database:
+with the appropriate values for your PostgreSQL database, and <admin-user> and
+<admin-pass> with the values you want for the default Evergreen administrator
+account:
 
 perl Open-ILS/src/support-scripts/eg_db_config.pl --update-config \
        --service all --create-schema --create-offline \
        --user <user> --password <password> --hostname <hostname> --port <port> \
-       --database <dbname>
+       --database <dbname> --admin-user <admin-user> --admin-pass <admin-pass>
 
 This will create the database schema and configure all of the services in
 your /openils/conf/opensrf.xml configuration file to point to that database.
 It also creates the configuration files required by the Evergreen cgi-bin
-administration scripts.
+administration scripts, and set the user name and password for the default
+Evergreen administrator account to your requested values.
 
 Developer instructions:
 ======================



More information about the open-ils-commits mailing list