From a3b2a15f27709815155eb9dbb8026343000753d5 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 7 Dec 2016 11:58:35 -0500 Subject: [PATCH] LP#1382038: clarify one step of installing websockets support Specify directory to be in before copying the Apache websockets configuration file. Signed-off-by: Galen Charlton --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 19ed2bb..acdebd5 100644 --- 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/ --------------------------------------------------------------------------- + -- 2.43.2