mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
kolibri_url_without_slash: /kolibri
This commit is contained in:
parent
5d4086b1e9
commit
daaba173f7
1 changed files with 4 additions and 2 deletions
|
@ -12,8 +12,10 @@
|
|||
# Kolibri folder to store its data and configuration files.
|
||||
kolibri_home: "{{ content_base }}/kolibri" # /library/kolibri
|
||||
|
||||
kolibri_url: /kolibri
|
||||
kolibri_venv_path: /usr/local/kolibri
|
||||
kolibri_url_without_slash: /kolibri
|
||||
kolibri_url: "{{ kolibri_url_without_slash }}/" # /kolibri/
|
||||
|
||||
kolibri_venv_path: /usr/local/kolibri # For /usr/local/kolibri/bin/kolibri
|
||||
# 2018-07-16: IIAB recommends /usr/bin but @arky says this isn't yet possible, due to pip
|
||||
kolibri_exec_path: "{{ kolibri_venv_path }}/bin/kolibri"
|
||||
|
||||
|
|
Loading…
Reference in a new issue