# HG changeset patch # User jbe # Date 1427653892 -7200 # Node ID 9700ce0d55416050afb45e984ba458ebacd9d1ac # Parent 70e27f4b6a5d742f78252e508f17338184a41add Update installation instructions regarding Moonbridge command line options; Typo in heading of installation instructions fixed diff -r 70e27f4b6a5d -r 9700ce0d5541 INSTALL.html --- a/INSTALL.html Sun Mar 29 20:18:33 2015 +0200 +++ b/INSTALL.html Sun Mar 29 20:31:32 2015 +0200 @@ -251,7 +251,7 @@ echo "Event:send_notifications_loop()" | ../webmcp/bin/webmcp_shell myconfig -

12. Start the sytem

+

12. Start the 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 @@ -266,6 +266,22 @@ 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).

+also add HTTPS and/or HTTP/2 support (which is not supported by Moonbridge +itself).

+ +

To start the Moonbridge as a background process, please refer to the Moonbridge +command line options:

+ +
Get this help message: moonbridge {-h|--help}
+Usage: moonbridge \
+           [-b|--background] \
+           [-d|--debug] \
+           [-f|--logfacility {DAEMON|USER|0|1|...|7}] \
+           [-i|--logident <syslog ident> \
+           [-l|--logfile <logfile>] \
+           [-p|--pidfile <pidfile>] \
+           [-s|--stats] \
+           -- <Lua script> [<cmdline options for Lua script>]
+
diff -r 70e27f4b6a5d -r 9700ce0d5541 INSTALL.mkd --- a/INSTALL.mkd Sun Mar 29 20:18:33 2015 +0200 +++ b/INSTALL.mkd Sun Mar 29 20:31:32 2015 +0200 @@ -251,8 +251,8 @@ echo "Event:send_notifications_loop()" | ../webmcp/bin/webmcp_shell myconfig -12. Start the sytem -------------------- +12. Start the 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 @@ -266,6 +266,21 @@ 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). +also add HTTPS and/or HTTP/2 support (which is not supported by Moonbridge +itself). + +To start the Moonbridge as a background process, please refer to the Moonbridge +command line options: + + Get this help message: moonbridge {-h|--help} + Usage: moonbridge \ + [-b|--background] \ + [-d|--debug] \ + [-f|--logfacility {DAEMON|USER|0|1|...|7}] \ + [-i|--logident \ + [-l|--logfile ] \ + [-p|--pidfile ] \ + [-s|--stats] \ + -- []