liquid_feedback_frontend

changeset 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 70e27f4b6a5d
children 8259fb540324
files INSTALL.html INSTALL.mkd
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 &lt;syslog ident&gt; \
    1.29 +           [-l|--logfile &lt;logfile&gt;] \
    1.30 +           [-p|--pidfile &lt;pidfile&gt;] \
    1.31 +           [-s|--stats] \
    1.32 +           -- &lt;Lua script&gt; [&lt;cmdline options for Lua script&gt;]
    1.33 +</code></pre>
    1.34  </body>
    1.35  </html>
     2.1 --- a/INSTALL.mkd	Sun Mar 29 20:18:33 2015 +0200
     2.2 +++ b/INSTALL.mkd	Sun Mar 29 20:31:32 2015 +0200
     2.3 @@ -251,8 +251,8 @@
     2.4      echo "Event:send_notifications_loop()" | ../webmcp/bin/webmcp_shell myconfig
     2.5  
     2.6  
     2.7 -12. Start the sytem
     2.8 --------------------
     2.9 +12. Start the system
    2.10 +--------------------
    2.11  
    2.12  After `lf_update` has been executed at least once and (in case of WebMCP 1.2.x)
    2.13  the webserver has been restarted (using the configuration above), you should be
    2.14 @@ -266,6 +266,21 @@
    2.15  your configuration. Directly accessing this TCP port through your webbrowser
    2.16  is helpful for development purposes. For real-life deployment, however, it is
    2.17  recommended to further proxy the application (e.g. using nginx). The proxy can
    2.18 -also add HTTPS support (which is not supported by Moonbridge itself).
    2.19 +also add HTTPS and/or HTTP/2 support (which is not supported by Moonbridge
    2.20 +itself).
    2.21 +
    2.22 +To start the Moonbridge as a background process, please refer to the Moonbridge
    2.23 +command line options:
    2.24 +
    2.25 +    Get this help message: moonbridge {-h|--help}
    2.26 +    Usage: moonbridge \
    2.27 +               [-b|--background] \
    2.28 +               [-d|--debug] \
    2.29 +               [-f|--logfacility {DAEMON|USER|0|1|...|7}] \
    2.30 +               [-i|--logident <syslog ident> \
    2.31 +               [-l|--logfile <logfile>] \
    2.32 +               [-p|--pidfile <pidfile>] \
    2.33 +               [-s|--stats] \
    2.34 +               -- <Lua script> [<cmdline options for Lua script>]
    2.35  
    2.36  

Impressum / About Us