From: Galen Charlton Date: Wed, 7 Dec 2016 16:58:35 +0000 (-0500) Subject: LP#1382038: clarify one step of installing websockets support X-Git-Tag: osrf_rel_2_5_0-alpha~6 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a3b2a15f27709815155eb9dbb8026343000753d5;p=OpenSRF.git 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 --- 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/ --------------------------------------------------------------------------- +