liquid_feedback_frontend

changeset 1192:bf158c59f827

Improved installation instructions (use www-data for starting Moonbridge)
author jbe
date Mon Apr 13 12:49:11 2015 +0200 (2015-04-13)
parents 8259fb540324
children e0a6eabedd16
files INSTALL.html INSTALL.mkd
line diff
     1.1 --- a/INSTALL.html	Sun Apr 12 15:11:34 2015 +0200
     1.2 +++ b/INSTALL.html	Mon Apr 13 12:49:11 2015 +0200
     1.3 @@ -253,7 +253,8 @@
     1.4  
     1.5  <p>If you use WebMCP 2.x, the server is started by calling:</p>
     1.6  
     1.7 -<pre><code>/opt/moonbridge/moonbridge /opt/webmcp/bin/mcp.lua /opt/webmcp/ /opt/liquid_feedback_frontend/ main myconfig
     1.8 +<pre><code>su www-data -s $SHELL
     1.9 +/opt/moonbridge/moonbridge /opt/webmcp/bin/mcp.lua /opt/webmcp/ /opt/liquid_feedback_frontend/ main myconfig
    1.10  </code></pre>
    1.11  
    1.12  <p>In the latter case, the Moonbridge server will open a TCP port according to
     2.1 --- a/INSTALL.mkd	Sun Apr 12 15:11:34 2015 +0200
     2.2 +++ b/INSTALL.mkd	Mon Apr 13 12:49:11 2015 +0200
     2.3 @@ -254,6 +254,7 @@
     2.4  
     2.5  If you use WebMCP 2.x, the server is started by calling:
     2.6  
     2.7 +    su www-data -s $SHELL
     2.8      /opt/moonbridge/moonbridge /opt/webmcp/bin/mcp.lua /opt/webmcp/ /opt/liquid_feedback_frontend/ main myconfig
     2.9  
    2.10  In the latter case, the Moonbridge server will open a TCP port according to

Impressum / About Us