# HG changeset patch # User bsw # Date 1619606194 -7200 # Node ID a92e5df8905c4d3b8b3706bc49aeb63b819f3e60 # Parent 02ea4c388bf319dcf05038ed6e47f2991bcdf9bc Fixed formatting error in installation manual diff -r 02ea4c388bf3 -r a92e5df8905c INSTALL.html --- a/INSTALL.html Wed Apr 28 12:31:00 2021 +0200 +++ b/INSTALL.html Wed Apr 28 12:36:34 2021 +0200 @@ -163,9 +163,11 @@ WantedBy=multi-user.target -

Enable and start the service: - systemctl start liquidfeedbackcore - systemctl enable liquidfeedbackcore

+

Enable and start the service:

+ +
systemctl start liquid_feedback_core
+systemctl enable liquid_feedback_core
+

10. Start the frontend

@@ -198,9 +200,11 @@ WantedBy=multi-user.target -

Enable and start the service: - systemctl start liquidfeedbackfrontend - systemctl enable liquidfeedbackfrontend

+

Enable and start the service:

+ +
systemctl start liquid_feedback_frontend
+systemctl enable liquid_feedback_frontend
+

In the latter case, the Moonbridge server will open a TCP port according to your configuration. Directly accessing this TCP port through your webbrowser diff -r 02ea4c388bf3 -r a92e5df8905c INSTALL.mkd --- a/INSTALL.mkd Wed Apr 28 12:31:00 2021 +0200 +++ b/INSTALL.mkd Wed Apr 28 12:36:34 2021 +0200 @@ -166,6 +166,7 @@ WantedBy=multi-user.target Enable and start the service: + systemctl start liquid_feedback_core systemctl enable liquid_feedback_core @@ -200,6 +201,7 @@ WantedBy=multi-user.target Enable and start the service: + systemctl start liquid_feedback_frontend systemctl enable liquid_feedback_frontend