diff --git a/roles/kolibri/README.rst b/roles/kolibri/README.rst index 9b4afdb23..5b65733b5 100644 --- a/roles/kolibri/README.rst +++ b/roles/kolibri/README.rst @@ -44,13 +44,15 @@ Troubleshooting This unproxied version of Kolibri can sometimes help: http://box:8009/kolibri/ -You can run the server manually with the following commands:: +You can run Kolibri manually with commands like:: systemctl stop kolibri # Make sure the systemd service is not running export KOLIBRI_HOME=/library/kolibri export KOLIBRI_HTTP_PORT=8009 # Otherwise Kolibri will try to run on default port 8080 kolibri start +...while you look over Kolibri's systemd unit file (`/etc/systemd/system/kolibri.service `_) for the latest parameters! + To return to using the systemd unit file:: kolibri stop