From 66acf02b800b6bb9b128c591e7ce480dc111b99d Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 12 Jul 2017 15:24:48 -0400 Subject: [PATCH] LP 1703958: Update Websockets Intructions for Debian Jessie Modify the Websockets installation instructions so that users will have a working installation on Debian Jessie. We change the "Debian" instructions to say "Debian Wheezy" and add "Debian Jessie" to the list with "Ubuntu Trusty / Xenial" where necessary. Signed-off-by: Jason Stephenson Signed-off-by: Galen Charlton --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 3e6d9cc..33476a0 100644 --- a/README +++ b/README @@ -443,13 +443,13 @@ apxs2 -i -a -c mod_websocket.c 3. Create the websocket Apache instance (more information about this in `/usr/share/doc/apache2/README.multiple-instances`) + -.(Debian) +.(Debian Wheezy) [source, bash] --------------------------------------------------------------------------- sh /usr/share/doc/apache2.2-common/examples/setup-instance websockets --------------------------------------------------------------------------- + -.(Ubuntu Trusty / Xenial) +.(Debian Jessie / Ubuntu Trusty / Xenial) [source, bash] --------------------------------------------------------------------------- sh /usr/share/doc/apache2/examples/setup-instance websockets @@ -465,14 +465,14 @@ a2dismod websocket 5. Change to the directory into which you unpacked OpenSRF, then copy into place the config files + -.(Debian) +.(Debian Wheezy) [source, bash] --------------------------------------------------------------------------- cd /path/to/opensrf-OSRFVERSION cp examples/apache2/websockets/apache2.conf /etc/apache2-websockets/ --------------------------------------------------------------------------- + -.(Ubuntu Trusty / Xenial) +.(Debian Jessie / Ubuntu Trusty / Xenial) [source, bash] --------------------------------------------------------------------------- cd /path/to/opensrf-OSRFVERSION -- 2.43.2