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