mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Revert Kolibri to 0.12.8 + explain where to get working apt/.deb installers for Kolibri
This commit is contained in:
parent
fef79752c4
commit
b2fc1f9e36
1 changed files with 14 additions and 1 deletions
|
@ -16,7 +16,20 @@
|
|||
# https://github.com/iiab/iiab/issues/1675
|
||||
# https://github.com/learningequality/kolibri/issues/5664
|
||||
|
||||
kolibri_deb_url: https://learningequality.org/r/kolibri-deb-latest
|
||||
kolibri_deb_url: https://github.com/learningequality/kolibri/releases/download/v0.12.8/kolibri_0.12.8-0ubuntu1_all.deb
|
||||
# kolibri_deb_url: https://learningequality.org/r/kolibri-deb-latest
|
||||
# 2019-11-21 #2045 - above URL currently redirects to broken Kolibri 0.12.9 release:
|
||||
# https://storage.googleapis.com/le-releases/downloads/kolibri/v0.12.9/kolibri_0.12.9-0ubuntu1_all.deb
|
||||
#
|
||||
# When Kolibri releases a broken apt (.deb) installer (as happened twice year)
|
||||
# the workaround is to replace the above URL with something like:
|
||||
# https://github.com/learningequality/kolibri/releases/download/v0.12.8/kolibri_0.12.8-0ubuntu1_all.deb (example past release...these URL's can be found by clicking on "Assets" within releases at https://github.com/learningequality/kolibri/releases)
|
||||
# https://launchpad.net/~learningequality/+archive/ubuntu/kolibri/+files/kolibri_0.12.9-0ubuntu2_all.deb (example pre-release)
|
||||
#
|
||||
# Recently published .deb files can also sometimes be found within:
|
||||
# http://ppa.launchpad.net/learningequality/kolibri/ubuntu/pool/main/k/kolibri-source/
|
||||
# Corresponding with:
|
||||
# https://launchpad.net/~learningequality/+archive/ubuntu/kolibri
|
||||
|
||||
# Kolibri folder to store its data and configuration files.
|
||||
kolibri_home: "{{ content_base }}/kolibri" # /library/kolibri
|
||||
|
|
Loading…
Reference in a new issue