mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update roles/kolibri/README.rst
This commit is contained in:
parent
f078b2738d
commit
84df549de4
1 changed files with 3 additions and 1 deletions
|
@ -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 <https://github.com/iiab/iiab/blob/master/roles/kolibri/templates/kolibri.service.j2>`_) for the latest parameters!
|
||||
|
||||
To return to using the systemd unit file::
|
||||
|
||||
kolibri stop
|
||||
|
|
Loading…
Reference in a new issue