[open-ils-commits] r17628 - trunk (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Sep 13 10:49:35 EDT 2010
Author: dbs
Date: 2010-09-13 10:49:32 -0400 (Mon, 13 Sep 2010)
New Revision: 17628
Modified:
trunk/README
Log:
README tweaks: Remove --create-bootstrap from eg_db_config.pl; s/STAFF_CLIENT_BUILD_ID/STAFF_CLIENT_STAMP_ID/
Thanks to tsbere for flagging these changes
Modified: trunk/README
===================================================================
--- trunk/README 2010-09-13 13:11:22 UTC (rev 17627)
+++ trunk/README 2010-09-13 14:49:32 UTC (rev 17628)
@@ -43,11 +43,11 @@
Once you have configured and compiled Evergreen, issue the following
command as the root user to install Evergreen:
-make STAFF_CLIENT_BUILD_ID=rel_trunk install
+make STAFF_CLIENT_STAMP_ID=rel_trunk install
This will install Evergreen, including example configuration files in
/openils/conf/ that you can use as templates for your own configuration files.
-The STAFF_CLIENT_BUILD_ID variable stamps the server-side and client-side files
+The STAFF_CLIENT_STAMP_ID variable stamps the server-side and client-side files
for the staff client to ensure that they match.
Install Dojo Toolkit:
@@ -147,7 +147,7 @@
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 --create-offline \
+ --service all --create-schema --create-offline \
--user <user> --password <password> --hostname <hostname> --port <port> \
--database <dbname>
More information about the open-ils-commits
mailing list