# 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
#
# 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