# HG changeset patch # User jbe # Date 1428922151 -7200 # Node ID bf158c59f827c762731e7af5cc26f05c457785d7 # Parent 8259fb540324edc73476c5657f57b1a3ad77f45f Improved installation instructions (use www-data for starting Moonbridge) diff -r 8259fb540324 -r bf158c59f827 INSTALL.html --- a/INSTALL.html Sun Apr 12 15:11:34 2015 +0200 +++ b/INSTALL.html Mon Apr 13 12:49:11 2015 +0200 @@ -253,7 +253,8 @@
If you use WebMCP 2.x, the server is started by calling:
-/opt/moonbridge/moonbridge /opt/webmcp/bin/mcp.lua /opt/webmcp/ /opt/liquid_feedback_frontend/ main myconfig
+su www-data -s $SHELL
+/opt/moonbridge/moonbridge /opt/webmcp/bin/mcp.lua /opt/webmcp/ /opt/liquid_feedback_frontend/ main myconfig
In the latter case, the Moonbridge server will open a TCP port according to
diff -r 8259fb540324 -r bf158c59f827 INSTALL.mkd
--- a/INSTALL.mkd Sun Apr 12 15:11:34 2015 +0200
+++ b/INSTALL.mkd Mon Apr 13 12:49:11 2015 +0200
@@ -254,6 +254,7 @@
If you use WebMCP 2.x, the server is started by calling:
+ su www-data -s $SHELL
/opt/moonbridge/moonbridge /opt/webmcp/bin/mcp.lua /opt/webmcp/ /opt/liquid_feedback_frontend/ main myconfig
In the latter case, the Moonbridge server will open a TCP port according to