Skip to content

Releases: learningequality/pi-gen

v0.16.1

04 Apr 15:18
aadf3ca
Compare
Choose a tag to compare

What's Changed

  • Update file naming to include version information by @rtibbles in #18

New Contributors

Full Changelog: v0.16.0...v0.16.1

v0.16.0

13 Feb 01:42
dd68525
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.13.0-beta5

11 Dec 18:12
Compare
Choose a tag to compare
v0.13.0-beta5 Pre-release
Pre-release

Using Rasbperry Pi Kolibri image

  1. Download the zip file from the releases page
  2. Use any of the method explained at https://www.raspberrypi.org/documentation/installation/installing-images/README.md to write the image to a SD card (If using Linux, unzip -p image_2019-12-11-Kolibri-lite.zip| dd of=/dev/sdb bs=4M conv=fsync is the fastest method, supposing your SD card is in /dev/sdb)
  3. Insert the SD card in the Raspberry PI
  4. Power on the Rasperry Pi and wait ( The process takes less than 5 minutes in a model 4. Depending on the model it can take longer)
  5. Enjoy it!

After following the above steps the Raspberry Pi will provide a wifi network named under the essid kolibri without any password.

After connecting a device to this wifi network provided by the Raspberry, you can open the url http://10.10.10.10 in a browser will allow you enjoy all the features of a working Kolibri server.

By default the server does not have Internet access. To add content channels to Kolibri you can either connect an usb disk with content or plug and ethernet cable with Internet access.

In case you want to login into the server, the user is pi and the password is kolibrifly

VERY IMPORTANT NOTICE: After installing the image, a ssh server is installed with a known password. CHANGE IT in case you want to connect it to Internet or be used by people who could mess it up.

Good to know:

  • The installed system contains a fully Raspbian image, with all the software included in the lite version from https://www.raspberrypi.org/downloads/raspbian/ . After login sudo raspi-config can be used to customize its environment, including localization, timezone, etc. if desired.
  • If an ethernet cable with Internet access is connected to the Raspberry, it will have Internet connectivity but won't provide this connectivity to the devices that are connected to its kolibri essid. These devices will only be able to use the browser with the kolibri application at the http://10.10.10.10 url.

v0.13.0-beta4

05 Dec 21:42
Compare
Choose a tag to compare
v0.13.0-beta4 Pre-release
Pre-release

Using Rasbperry Pi Kolibri image

  1. Download the zip file from the releases page
  2. Use any of the method explained at https://www.raspberrypi.org/documentation/installation/installing-images/README.md to write the image to a SD card (If using Linux, unzip -p image_2019-12-05-Kolibri-lite.zip| dd of=/dev/sdb bs=4M conv=fsync is the fastest method, supposing your SD card is in /dev/sdb)
  3. Insert the SD card in the Raspberry PI
  4. Power on the Rasperry Pi and wait ( The process takes less than 5 minutes in a model 4. Depending on the model it can take longer)
  5. Enjoy it!

After following the above steps the Raspberry Pi will provide a wifi network named under the essid kolibri without any password.

After connecting a device to this wifi network provided by the Raspberry, you can open the url http://10.10.10.10 in a browser will allow you enjoy all the features of a working Kolibri server.

By default the server does not have Internet access. To add content channels to Kolibri you can either connect an usb disk with content or plug and ethernet cable with Internet access.

In case you want to login into the server, the user is pi and the password is kolibrifly

VERY IMPORTANT NOTICE: After installing the image, a ssh server is installed with a known password. CHANGE IT in case you want to connect it to Internet or be used by people who could mess it up.

Good to know:

  • The installed system contains a fully Raspbian image, with all the software included in the lite version from https://www.raspberrypi.org/downloads/raspbian/ . After login sudo raspi-config can be used to customize its environment, including localization, timezone, etc. if desired.
  • If an ethernet cable with Internet access is connected to the Raspberry, it will have Internet connectivity but won't provide this connectivity to the devices that are connected to its kolibri essid. These devices will only be able to use the browser with the kolibri application at the http://10.10.10.10 url.

First RPi image for kolibri 0.12.9

02 Dec 19:32
Compare
Choose a tag to compare
v0.12.9-beta1

Finished first boot tasks