liquid_feedback_frontend

changeset 1673:a92e5df8905c

Fixed formatting error in installation manual
author bsw
date Wed Apr 28 12:36:34 2021 +0200 (2021-04-28)
parents 02ea4c388bf3
children 3be240de942b
files INSTALL.html INSTALL.mkd
line diff
     1.1 --- a/INSTALL.html	Wed Apr 28 12:31:00 2021 +0200
     1.2 +++ b/INSTALL.html	Wed Apr 28 12:36:34 2021 +0200
     1.3 @@ -163,9 +163,11 @@
     1.4  WantedBy=multi-user.target
     1.5  </code></pre>
     1.6  
     1.7 -<p>Enable and start the service:
     1.8 -    systemctl start liquid<em>feedback</em>core
     1.9 -    systemctl enable liquid<em>feedback</em>core</p>
    1.10 +<p>Enable and start the service:</p>
    1.11 +
    1.12 +<pre><code>systemctl start liquid_feedback_core
    1.13 +systemctl enable liquid_feedback_core
    1.14 +</code></pre>
    1.15  
    1.16  <h2>10. Start the frontend</h2>
    1.17  
    1.18 @@ -198,9 +200,11 @@
    1.19  WantedBy=multi-user.target
    1.20  </code></pre>
    1.21  
    1.22 -<p>Enable and start the service:
    1.23 -    systemctl start liquid<em>feedback</em>frontend
    1.24 -    systemctl enable liquid<em>feedback</em>frontend</p>
    1.25 +<p>Enable and start the service:</p>
    1.26 +
    1.27 +<pre><code>systemctl start liquid_feedback_frontend
    1.28 +systemctl enable liquid_feedback_frontend
    1.29 +</code></pre>
    1.30  
    1.31  <p>In the latter case, the Moonbridge server will open a TCP port according to
    1.32  your configuration. Directly accessing this TCP port through your webbrowser
     2.1 --- a/INSTALL.mkd	Wed Apr 28 12:31:00 2021 +0200
     2.2 +++ b/INSTALL.mkd	Wed Apr 28 12:36:34 2021 +0200
     2.3 @@ -166,6 +166,7 @@
     2.4      WantedBy=multi-user.target
     2.5  
     2.6  Enable and start the service:
     2.7 +
     2.8      systemctl start liquid_feedback_core
     2.9      systemctl enable liquid_feedback_core
    2.10  
    2.11 @@ -200,6 +201,7 @@
    2.12      WantedBy=multi-user.target
    2.13  
    2.14  Enable and start the service:
    2.15 +
    2.16      systemctl start liquid_feedback_frontend
    2.17      systemctl enable liquid_feedback_frontend
    2.18  

Impressum / About Us