From: dbs Date: Thu, 17 Feb 2011 20:28:56 +0000 (+0000) Subject: Note --admin-user / --admin-pass options for eg_db_config.pl X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=af278d116207eec67ef38ad7272fa2bc11181034;p=evergreen%2Fequinox.git 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. git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@19469 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/README b/README index f887469640..99b3c405f6 100644 --- a/README +++ b/README @@ -144,17 +144,20 @@ Once you have created the Evergreen database, you also need to create the 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 , , , , and -with the appropriate values for your PostgreSQL database: +with the appropriate values for your PostgreSQL database, and and + 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 --password --hostname --port \ - --database + --database --admin-user --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: ======================