14, October 2019 • irisb1701
Kolibri is a platform used by our "competitor" organization called Learning Equality similar to what Planet is for Open Learning Exchange.
Below are instructions on how to run Kolibri on treehouses:
- Plug your RPi in and ssh into treehouses
- If you don't already have docker installed, follow these instructions on their official page to install it on mac/windows
- Now, go to the treehouses github
- Scroll down until you find the
kolibri
repository - Once in the repo, scroll down to where the readme.md file is displayed
- Copy the link provided:
docker run -v /data/save/location:/root/.kolibri -p 8080:8080 treehouses/kolibri
- Replace
/data/save/location
with/srv/kolibri
- Run the above command in your terminal
- Give it some time to process
- Enter your RPi IP address in browser followed by :8080, Example:
192.168.1.8:8080
- You should now see the Kolibri interface
- You can create an account and browse around, you will see it is not very different from planet learning.
- You can import learning materials the same way you would in the planet
- You can pull up planet on your browser as well by entering just the ip address of your RPi in another browser
- Now you have successfully ran kolibri on treehouses and can compare and contrast it with planet
If you want to make sure you are using the latest version of kolibri you can check like this: