1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

python_ver

This commit is contained in:
Jerry Vonau 2021-05-14 18:51:29 -05:00
parent 2b505ae404
commit 787f12c468
6 changed files with 7 additions and 2 deletions

View file

@ -1,9 +1,9 @@
location = {{ lokole_url }}/favicon.ico {
alias /library/lokole/venv/lib/python3.8/site-packages/opwen_email_client/webapp/static/favicon.ico;
alias /library/lokole/venv/lib/python{{ python_ver }}/site-packages/opwen_email_client/webapp/static/favicon.ico;
}
location ~ ^/{{ lokole_url }}/static/(.*)$ {
alias /library/lokole/venv/lib/python3.8/site-packages/opwen_email_client/webapp/static/$1;
alias /library/lokole/venv/lib/python{{ python_ver }}/site-packages/opwen_email_client/webapp/static/$1;
}
location /{{ lokole_url }}/ {

View file

@ -24,3 +24,4 @@ sshd_service: ssh
php_version: 7.3
postgresql_version: 11
systemd_location: /lib/systemd/system
python_ver: 3.7

View file

@ -24,3 +24,4 @@ sshd_service: ssh
php_version: 7.4
postgresql_version: 13
systemd_location: /lib/systemd/system
python_ver: 3.9

View file

@ -28,3 +28,4 @@ php_version: 7.4
# "postgresql_version: 11.2" failed (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
postgresql_version: 12
systemd_location: /lib/systemd/system
python_ver: 3.8

View file

@ -26,3 +26,4 @@ php_version: 7.4
# "postgresql_version: 11.2" failed (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
postgresql_version: 12
systemd_location: /lib/systemd/system
python_ver: 3.8

View file

@ -26,3 +26,4 @@ php_version: 7.4 # 2020-04-22: Will Ubuntu 21.10 require 8.0?
# "postgresql_version: 11.2" failed (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
postgresql_version: 13 # 2020-04-22: Will Ubuntu 21.10 require 14?
systemd_location: /lib/systemd/system
python_ver: 3.9