1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update README.rst

This commit is contained in:
A Holt 2018-09-01 22:55:29 -04:00 committed by GitHub
parent dd1672db35
commit 7f9e8a7cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,66 +2,50 @@
Kolibri README Kolibri README
============== ==============
This Ansible role installs Kolibri within Internet-in-a-Box. Kolibri is an This Ansible role installs Kolibri within Internet-in-a-Box. Kolibri is an open-source educational platform specially designed to provide offline access to a wide range of quality, openly licensed educational contents in low-resource contexts like rural schools, refugee camps, orphanages, and also in non-formal school programs.
open-source educational platform specially designed to provide offline access
to a wide range of quality, openly licensed educational contents in
low-resource contexts like rural schools, refugee camps, orphanages, and also
in non-formal school programs.
Access Using It
------ --------
If enabled and with the default settings Kolibri should be accessible at http://box:8009 If enabled and with the default settings Kolibri should be accessible at http://box:8009 (and in future at http://box/kolibri).
To login to Kolibri enter To login to Kolibri enter::
Username: Admin Username: Admin
Password: changeme Password: changeme
Configuration Parameters Configuration Parameters
------------------------ ------------------------
Please look in defaults/main.yml for the default values of the various install parameters. Everything Please look in roles/kolibri/defaults/main.yml for the default values of the various install parameters. Everything in this README assumes the default values.
in this readme assumes the default values.
Automatic Device Provisioning Automatic Device Provisioning
----------------------------- -----------------------------
When kolibri_provision is enabled, the installation will setup the following settings: When kolibri_provision is enabled, the installation will setup the following settings::
Kolibri Facility name: 'Kolibri-in-a-Box' Kolibri Facility name: 'Kolibri-in-a-Box'
Kolibri Preset type: formal (Other options are nonformal, informal) Kolibri Preset type: formal (Other options are nonformal, informal)
Kolibri default language: en (Otherwise language are ar,bn-bd,en,es-es,fa,fr-fr,hi-in,mr,nyn,pt-br,sw-tz,ta,te,ur-pk,yo,zu) Kolibri default language: en (Otherwise language are ar,bn-bd,en,es-es,fa,fr-fr,hi-in,mr,nyn,pt-br,sw-tz,ta,te,ur-pk,yo,zu)
Kolibri Admin User: Admin Kolibri Admin User: Admin
Kolibri Admin password: changeme Kolibri Admin password: changeme
Cloning content Cloning content
--------------- ---------------
Kolibri 0.10 introduced `kolibri manage deprovision` which will remove Kolibri 0.10 introduced `kolibri manage deprovision` which will remove user configuration, leaving content intact. You can then copy/clone /library/kolibri to a new location.
user configuration, leaving content intact. You can then copy/clone /library/kolibri
to a new location.
Troubleshooting Troubleshooting
---------------- ----------------
You can run the server manually with the following commands: You can run the server manually with the following commands::
systemctl stop kolibri (make sure the systemd service is not running)
systemctl stop kolibri # Make sure the systemd service is not running
export KOLIBRI_HOME=/library/kolibri export KOLIBRI_HOME=/library/kolibri
export KOLIBRI_HTTP_PORT=8009 # Otherwise Kolibri will try to run on default port 8080
export KOLIBRI_HTTP_PORT=8009 (otherwise Kolibri will try to run on default port 8080)
kolibri start kolibri start
To return to using the systemd unit: To return to using the systemd unit::
kolibri stop kolibri stop
systemctl start kolibri systemctl start kolibri