From 67d4d5de8656128f32b20f4c04dbf81a1028e929 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 29 Feb 2012 10:48:38 -0500 Subject: [PATCH] Copy opensrf_core.xml.example to a clean opensrf_core.xml file Ben Shum with the assist again. Also, add ~/.srfsh.xml to the definition list of interesting OpenSRF configuration files. Signed-off-by: Dan Scott --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README b/README index 5aa276f..908b271 100644 --- a/README +++ b/README @@ -249,8 +249,8 @@ Update the OpenSRF configuration files About the OpenSRF configuration files ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -There are two critical files that you must update to make OpenSRF work. -SYSCONFDIR is `/opensrf/etc` by default, or the value that you passed to +There are several configuration files that you must update to make OpenSRF +work. SYSCONFDIR is `/opensrf/etc` by default, or the value that you passed to `--sysconfdir` during the configuration phase. * `SYSCONFDIR/opensrf.xml` - this file lists the services that this @@ -266,6 +266,9 @@ SYSCONFDIR is `/opensrf/etc` by default, or the value that you passed to logging verbosity and defining which services will be exposed on the HTTP gateway. + * `~/.srfsh.xml` - this file gives a Linux account the ability to use + the `srfsh` interpreter to communicate with OpenSRF services. + Updating the OpenSRF configuration files ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. As the *opensrf* Linux account, copy the example configuration files @@ -275,7 +278,7 @@ Updating the OpenSRF configuration files [source,bash] --------------------------------------------------------------------------- cd SYSCONFDIR -cp opensrf_core.xml.example opensrf_core.xml.example +cp opensrf_core.xml.example opensrf_core.xml cp opensrf.xml.example opensrf.xml --------------------------------------------------------------------------- + -- 2.43.2