liquid_feedback_frontend
diff INSTALL.html @ 1190:9700ce0d5541
Update installation instructions regarding Moonbridge command line options; Typo in heading of installation instructions fixed
author | jbe |
---|---|
date | Sun Mar 29 20:31:32 2015 +0200 (2015-03-29) |
parents | 17b1456d0262 |
children | 8259fb540324 |
line diff
1.1 --- a/INSTALL.html Sun Mar 29 20:18:33 2015 +0200 1.2 +++ b/INSTALL.html Sun Mar 29 20:31:32 2015 +0200 1.3 @@ -251,7 +251,7 @@ 1.4 echo "Event:send_notifications_loop()" | ../webmcp/bin/webmcp_shell myconfig 1.5 </code></pre> 1.6 1.7 -<h2>12. Start the sytem</h2> 1.8 +<h2>12. Start the system</h2> 1.9 1.10 <p>After <code>lf_update</code> 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 @@ -266,6 +266,22 @@ 1.13 your configuration. Directly accessing this TCP port through your webbrowser 1.14 is helpful for development purposes. For real-life deployment, however, it is 1.15 recommended to further proxy the application (e.g. using nginx). The proxy can 1.16 -also add HTTPS support (which is not supported by Moonbridge itself).</p> 1.17 +also add HTTPS and/or HTTP/2 support (which is not supported by Moonbridge 1.18 +itself).</p> 1.19 + 1.20 +<p>To start the Moonbridge as a background process, please refer to the Moonbridge 1.21 +command line options:</p> 1.22 + 1.23 +<pre><code>Get this help message: moonbridge {-h|--help} 1.24 +Usage: moonbridge \ 1.25 + [-b|--background] \ 1.26 + [-d|--debug] \ 1.27 + [-f|--logfacility {DAEMON|USER|0|1|...|7}] \ 1.28 + [-i|--logident <syslog ident> \ 1.29 + [-l|--logfile <logfile>] \ 1.30 + [-p|--pidfile <pidfile>] \ 1.31 + [-s|--stats] \ 1.32 + -- <Lua script> [<cmdline options for Lua script>] 1.33 +</code></pre> 1.34 </body> 1.35 </html>