LP#1382038: clarify one step of installing websockets support
authorGalen Charlton <gmc@esilibrary.com>
Wed, 7 Dec 2016 16:58:35 +0000 (11:58 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 7 Dec 2016 16:58:35 +0000 (11:58 -0500)
Specify directory to be in before copying the Apache websockets
configuration file.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>

README

diff --git a/README b/README
index 19ed2bb..acdebd5 100644 (file)
--- a/README
+++ b/README
@@ -458,17 +458,20 @@ sh /usr/share/doc/apache2/examples/setup-instance websockets
 a2dismod websocket
 ---------------------------------------------------------------------------
 +
-5. Copy into place the config files
+5. Change to the directory into which you unpacked OpenSRF, then copy into
+   place the config files
 +
 .(Debian)
 [source, bash]
 ---------------------------------------------------------------------------
+cd /path/to/opensrf-OSRFVERSION
 cp examples/apache2/websockets/apache2.conf /etc/apache2-websockets/
 ---------------------------------------------------------------------------
 +
 .(Ubuntu Trusty / Xenial)
 [source, bash]
 ---------------------------------------------------------------------------
+cd /path/to/opensrf-OSRFVERSION
 cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/
 ---------------------------------------------------------------------------
 +