mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
Merge pull request #2046 from holta/kolibri-fallback-options
Explain how to find alternative Kolibri apt / .deb installers (e.g. when 0.12.9 fails to install)
This commit is contained in:
commit
9f47fda30b
2 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# fl.yml signifies "file layout"
|
# fl.yml signifies "file layout"
|
||||||
|
|
||||||
- name: Create directories with ownership root:root and permissions 0755 (1 in /etc, 3 in {{ iiab_base }} and 15 in /library) # iiab_base is /opt/iiab
|
- name: Create directories with ownership root:root and permissions 0755 (1 in /etc, 1 in {{ py3_dist_path }}, 3 in {{ iiab_base }} and 15 in /library) # py3_dist_path is /usr/lib/python3/dist-packages, iiab_base is /opt/iiab
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
owner: root
|
owner: root
|
||||||
|
|
|
@ -16,7 +16,18 @@
|
||||||
# https://github.com/iiab/iiab/issues/1675
|
# https://github.com/iiab/iiab/issues/1675
|
||||||
# https://github.com/learningequality/kolibri/issues/5664
|
# https://github.com/learningequality/kolibri/issues/5664
|
||||||
|
|
||||||
kolibri_deb_url: http://ppa.launchpad.net/learningequality/kolibri/ubuntu/pool/main/k/kolibri-source/kolibri_0.12.9-0ubuntu2_all.deb
|
kolibri_deb_url: https://learningequality.org/r/kolibri-deb-latest
|
||||||
|
# 2019-11-21 issue #2045 - above URL had redirected to this 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" under individual releases at https://github.com/learningequality/kolibri/releases)
|
||||||
|
# https://launchpad.net/~learningequality/+archive/ubuntu/kolibri/+files/kolibri_0.12.9-0ubuntu2_all.deb (example 2019-11-21 patched pre-release from @jredrejo)
|
||||||
|
#
|
||||||
|
# Recently published .deb files can also sometimes be found within:
|
||||||
|
# http://ppa.launchpad.net/learningequality/kolibri/ubuntu/pool/main/k/kolibri-source/
|
||||||
|
# Corresponding to:
|
||||||
|
# https://launchpad.net/~learningequality/+archive/ubuntu/kolibri
|
||||||
|
|
||||||
# Kolibri folder to store its data and configuration files.
|
# Kolibri folder to store its data and configuration files.
|
||||||
kolibri_home: "{{ content_base }}/kolibri" # /library/kolibri
|
kolibri_home: "{{ content_base }}/kolibri" # /library/kolibri
|
||||||
|
|
Loading…
Reference in a new issue