Modified apache2-websocket init instructions user/ldw/update_apache2_update_websocket_instructions
authorLiam Whalen <liam.whalen@bc.libraries.coop>
Wed, 4 Nov 2015 16:43:50 +0000 (08:43 -0800)
committerLiam Whalen <liam.whalen@bc.libraries.coop>
Wed, 4 Nov 2015 16:43:50 +0000 (08:43 -0800)
When starting the apache2-websocket engine the user needs to sudo the
init command.  This update reflects those needs.

Signed-off-by: Liam Whalen <liam.whalen@bc.libraries.coop>
README

diff --git a/README b/README
index a5895c0..2db8c1f 100644 (file)
--- a/README
+++ b/README
@@ -460,11 +460,12 @@ export OSRF_WEBSOCKET_MAX_REQUEST_WAIT_TIME=600
 
 8. After OpenSRF is up and running (or after any re-install),
    fire up the secondary Apache instance. Errors will appear in
-   `/var/log/apache2-websockets/error.log`. Start apache2-websockets with:
+   `/var/log/apache2-websockets/error.log`. Start apache2-websockets as the user
+    account with:
 +
 [source, bash]
 ---------------------------------------------------------------------------
-/etc/init.d/apache2-websockets start
+sudo /etc/init.d/apache2-websockets start
 ---------------------------------------------------------------------------
 
 Troubleshooting note for Python users