From: dbs Date: Thu, 22 Jan 2009 21:28:50 +0000 (+0000) Subject: Include minimal instructions for configuring opensrf_core.xml (point X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2a3d4e0856fadd0161f54317068e0d3311c6c822;p=Evergreen.git Include minimal instructions for configuring opensrf_core.xml (point back to the EXCELLENT OpenSRF instructions for that part) git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11920 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/README b/README index 8c3d4cfea4..7d32e5c194 100644 --- a/README +++ b/README @@ -70,11 +70,17 @@ Configure OpenSRF for the Evergreen application: There are a number of example OpenSRF configuration files in /openils/conf/ that you can use as a template for your Evergreen installation. -cp /openils/conf/opensrf.xml.example /openils/conf/opensrf.xml cp /openils/conf/opensrf_core.xml.example /openils/conf/opensrf_core.xml +cp /openils/conf/opensrf.xml.example /openils/conf/opensrf.xml + +When you installed OpenSRF, you will have created four Jabber users on two +separate domains and edited the opensrf_core.xml file accordingly. Please +refer back to the OpenSRF README and edit the Evergreen version of the +opensrf_core.xml file using the same Jabber users and domains as you used +while installing and testing OpenSRF. -Note that eg_db_config.pl will set the database connection information in -opensrf.xml for you. +eg_db_config.pl, described in the following section, will set the database +connection information in opensrf.xml for you. Creating the Evergreen database: ===============================