liquid_feedback_frontend

diff INSTALL.mkd @ 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.mkd	Sun Mar 29 20:18:33 2015 +0200
     1.2 +++ b/INSTALL.mkd	Sun Mar 29 20:31:32 2015 +0200
     1.3 @@ -251,8 +251,8 @@
     1.4      echo "Event:send_notifications_loop()" | ../webmcp/bin/webmcp_shell myconfig
     1.5  
     1.6  
     1.7 -12. Start the sytem
     1.8 --------------------
     1.9 +12. Start the system
    1.10 +--------------------
    1.11  
    1.12  After `lf_update` has been executed at least once and (in case of WebMCP 1.2.x)
    1.13  the webserver has been restarted (using the configuration above), you should be
    1.14 @@ -266,6 +266,21 @@
    1.15  your configuration. Directly accessing this TCP port through your webbrowser
    1.16  is helpful for development purposes. For real-life deployment, however, it is
    1.17  recommended to further proxy the application (e.g. using nginx). The proxy can
    1.18 -also add HTTPS support (which is not supported by Moonbridge itself).
    1.19 +also add HTTPS and/or HTTP/2 support (which is not supported by Moonbridge
    1.20 +itself).
    1.21 +
    1.22 +To start the Moonbridge as a background process, please refer to the Moonbridge
    1.23 +command line options:
    1.24 +
    1.25 +    Get this help message: moonbridge {-h|--help}
    1.26 +    Usage: moonbridge \
    1.27 +               [-b|--background] \
    1.28 +               [-d|--debug] \
    1.29 +               [-f|--logfacility {DAEMON|USER|0|1|...|7}] \
    1.30 +               [-i|--logident <syslog ident> \
    1.31 +               [-l|--logfile <logfile>] \
    1.32 +               [-p|--pidfile <pidfile>] \
    1.33 +               [-s|--stats] \
    1.34 +               -- <Lua script> [<cmdline options for Lua script>]
    1.35  
    1.36  

Impressum / About Us