From: dbs Date: Sat, 17 Jan 2009 20:26:15 +0000 (+0000) Subject: Forgot another important eg_db_config.pl option X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2813a969ca953f1341aa4cc005fee3db760fa2c2;p=Evergreen.git Forgot another important eg_db_config.pl option git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11873 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/README b/README index be61e793d9..74d151303f 100644 --- a/README +++ b/README @@ -112,13 +112,13 @@ source directory, replacing , , , , and 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 \ - --password --hostname --port \ + --service all --create-schema --create-bootstrap --create-offline \ + --user --password --hostname --port \ --database 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: