liquid_feedback_frontend
diff INSTALL.mkd @ 1165:c43fdf63fee0
merge
| author | bsw |
|---|---|
| date | Tue Mar 24 15:44:50 2015 +0100 (2015-03-24) |
| parents | a2922edacce0 |
| children | 17b1456d0262 |
line diff
1.1 --- a/INSTALL.mkd Tue Mar 24 15:44:12 2015 +0100 1.2 +++ b/INSTALL.mkd Tue Mar 24 15:44:50 2015 +0100 1.3 @@ -253,11 +253,18 @@ 1.4 12. Start the sytem 1.5 ------------------- 1.6 1.7 -After `lf_update` has been executed at least once, and the webserver has been 1.8 -restarted (using the configuration above), you should be able to access your 1.9 -LiquidFeedback system. 1.10 +After `lf_update` has been executed at least once and (in case of WebMCP 1.2.x) 1.11 +the webserver has been restarted (using the configuration above), you should be 1.12 +able to access your LiquidFeedback system. 1.13 1.14 If you use WebMCP 2.x, the server is started by calling: 1.15 1.16 /opt/moonbridge/moonbridge /opt/webmcp/bin/mcp.lua /opt/webmcp/ /opt/liquid_feedback_frontend/ main myconfig 1.17 1.18 +In the latter case, the Moonbridge server will open a TCP port according to 1.19 +your configuration. Directly accessing this TCP port through your webbrowser 1.20 +is helpful for development purposes. For real-life deployment, however, it is 1.21 +recommended to further proxy the application (e.g. using nginx). The proxy can 1.22 +also add HTTPS support (which is not supported by Moonbridge itself). 1.23 + 1.24 +