LP#1268619: websockets: apache docs
authorBill Erickson <berick@esilibrary.com>
Thu, 6 Mar 2014 21:23:51 +0000 (16:23 -0500)
committerBill Erickson <berick@esilibrary.com>
Sun, 4 May 2014 20:10:36 +0000 (16:10 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
README.websockets

index 45f336f..a2a60d2 100644 (file)
@@ -5,11 +5,9 @@ Websockets installation instructions for Debian:
 # TODO: Better handling of external dependencies (websocket_plugin.h).  
 
 # ! as root !
-# Perform these steps before installing OpenSRF
-# Be sure to restart the websocket instance after an opensrf re-install
-# just like you would the main apache instance:
-# % /etc/init.d/apache2-websockets restart
+# Perform these steps after installing OpenSRF.
 
+# create the websocket Apache instance
 # see also /usr/share/doc/apache2/README.multiple-instances
 % sh /usr/share/doc/apache2.2-common/examples/setup-instance websockets
 
@@ -70,7 +68,9 @@ done
 #
 # CONFIG_FILE / CTXT are the standard opensrf core config options.
 
-# After OpenSRF is up and running, fire up the secondary Apache instance
-# errors will appear in /var/log/apache2-websockets/error.log
+# 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
+% /etc/init.d/apache2-websockets start