From: Remington Steed Date: Mon, 21 Nov 2016 15:22:55 +0000 (-0500) Subject: Clarify install instructions by using absolute paths X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4648661fd9934b833fd6c47e3daeaa7525d13a33;p=working%2FOpenSRF.git Clarify install instructions by using absolute paths The instructions generally use absolute paths. This commit changes a relative path to absolute to make it more clear and to follow this convention. Signed-off-by: Remington Steed --- diff --git a/README b/README index a5b3324..a3fc351 100644 --- a/README +++ b/README @@ -439,13 +439,13 @@ a2dismod websocket .(Debian) [source, bash] --------------------------------------------------------------------------- -cp examples/apache2/websockets/apache2.conf /etc/apache2-websockets/ +cp SYSCONFDIR/examples/apache2/websockets/apache2.conf /etc/apache2-websockets/ --------------------------------------------------------------------------- + .(Ubuntu Trusty / Xenial) [source, bash] --------------------------------------------------------------------------- -cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/ +cp SYSCONFDIR/examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/ --------------------------------------------------------------------------- + 6. OPTIONAL: add these configuration variables to `/etc/apache2-websockets/envvars`