[open-ils-commits] r11873 - branches/rel_1_4
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Jan 17 15:26:18 EST 2009
Author: dbs
Date: 2009-01-17 15:26:15 -0500 (Sat, 17 Jan 2009)
New Revision: 11873
Modified:
branches/rel_1_4/README
Log:
Forgot another important eg_db_config.pl option
Modified: branches/rel_1_4/README
===================================================================
--- branches/rel_1_4/README 2009-01-17 17:04:27 UTC (rev 11872)
+++ branches/rel_1_4/README 2009-01-17 20:26:15 UTC (rev 11873)
@@ -112,13 +112,13 @@
with the appropriate values for your PostgreSQL database:
perl Open-ILS/src/support-scripts/eg_db_config.pl --update-config \
- --service all --create-schema --create-bootstrap --user <user> \
- --password <password> --hostname <hostname> --port <port> \
+ --service all --create-schema --create-bootstrap --create-offline \
+ --user <user> --password <password> --hostname <hostname> --port <port> \
--database <dbname>
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 file required by the Evergreen cgi-bin
+It also creates the configuration files required by the Evergreen cgi-bin
administration scripts.
Getting help:
More information about the open-ils-commits
mailing list