They work really well together! Let’s try it out :)
Note: If you are new to the Raspberry Pi, you are encouraged to read our User Manual for basic knowledge about setting up your device and Installation.
I installed Kolibri on a Raspberry Pi 4 using these instructions and Kolibri is intended for Raspberry Pi Model 4 and upwards.
Note: Most of these steps require an internet. It is not possible to build Raspberry Pi for Kolibri without fetching additional software packages. So once you have installed raspbian on your Raspberry Pi you can then progress to installing Kolibri
sudo apt update
sudo apt upgrade
sudo reboot # Ensure that updates are active
python3-cffi
library, which is outdated on Raspbian. Upgrade it with the following commands.sudo apt install libffi-dev python3-pip python3-pkg-resources dirmngr
sudo pip3 install pip setuptools --upgrade
sudo pip3 install cffi --upgrade
Note: This is where the software comes from and allows automatic updating provided you are connected to the internet.
sudo su -c 'echo "deb http://ppa.launchpad.net/learningequality/kolibri/ubuntu bionic main" > /etc/apt/sources.list.d/learningequality-ubuntu-kolibri-bionic.list'
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys DC5BAA93F9E4AE4F0411F97C74F88ADB3194DD81
sudo apt update
kolibri
and kolibri-server
.sudo apt install kolibri kolibri-server
Note: When asked questions during the installation, it is recommended that you use the default values.
Finally when the command finishes, open the default browser at http://127.0.0.1:8080 to proceed.
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing