# HG changeset patch # User jbe # Date 1427198101 -3600 # Node ID a2922edacce06c4daa4629805fbfa259967ebb1c # Parent 591b78770f66aeab7c7d358baf0e6336a79881e2 Note the recommended use of a proxy in installation instructions diff -r 591b78770f66 -r a2922edacce0 INSTALL.html --- a/INSTALL.html Mon Mar 23 23:18:43 2015 +0100 +++ b/INSTALL.html Tue Mar 24 12:55:01 2015 +0100 @@ -252,13 +252,19 @@

12. Start the sytem

-

After lf_update has been executed at least once, and the webserver has been -restarted (using the configuration above), you should be able to access your -LiquidFeedback system.

+

After lf_update has been executed at least once and (in case of WebMCP 1.2.x) +the webserver has been restarted (using the configuration above), you should be +able to access your LiquidFeedback system.

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

In the latter case, the Moonbridge server will open a TCP port according to +your configuration. Directly accessing this TCP port through your webbrowser +is helpful for development purposes. For real-life deployment, however, it is +recommended to further proxy the application (e.g. using nginx). The proxy can +also add HTTPS support (which is not supported by Moonbridge itself).

diff -r 591b78770f66 -r a2922edacce0 INSTALL.mkd --- a/INSTALL.mkd Mon Mar 23 23:18:43 2015 +0100 +++ b/INSTALL.mkd Tue Mar 24 12:55:01 2015 +0100 @@ -253,11 +253,18 @@ 12. Start the sytem ------------------- -After `lf_update` has been executed at least once, and the webserver has been -restarted (using the configuration above), you should be able to access your -LiquidFeedback system. +After `lf_update` has been executed at least once and (in case of WebMCP 1.2.x) +the webserver has been restarted (using the configuration above), you should be +able to access your LiquidFeedback system. 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 +In the latter case, the Moonbridge server will open a TCP port according to +your configuration. Directly accessing this TCP port through your webbrowser +is helpful for development purposes. For real-life deployment, however, it is +recommended to further proxy the application (e.g. using nginx). The proxy can +also add HTTPS support (which is not supported by Moonbridge itself). + +