1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

NEW DEFAULT: try to install latest Lokole from pip. Unless overriden w/ ver# or githash

This commit is contained in:
root 2020-02-01 16:25:27 -05:00
parent ac1cd3af5d
commit 7096652802

View file

@ -4,7 +4,10 @@
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
# Info needed to install Lokole
# Info needed to install Lokole:
# By default, IIAB will always try to install the latest Lokole as published on
# https://pypi.org/project/opwen-email-client/ ...OR... HARDCODE EITHER HERE:
#lokole_commit: # OPTIONAL: a 40-char git hash, from https://github.com/ascoderu/opwen-webapp/commits/master
#lokole_version: # OPTIONAL: e.g. master or 0.5.10 or a version number from https://pypi.org/project/opwen-email-client/#history
@ -14,7 +17,8 @@ lokole_admin_password: changeme
lokole_install_path: "{{ content_base }}/lokole" # /library/lokole
lokole_venv: "{{ lokole_install_path }}/venv" # /library/lokole/venv
# Info needed to run Lokole
# Info needed to run Lokole:
lokole_user: lokole
lokole_run_directory: "/home/{{ lokole_user }}/state"