This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata.git
commit fbc9e7cc7b6ad070f85f4fc84e5352847c8e7bb7 Author: Marcus Christie <[email protected]> AuthorDate: Mon Jul 17 17:30:14 2023 -0400 Ansible: switch to manual install/update of smiles django app --- .../inventories/scigap/production/host_vars/smiles/vars.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/smiles/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/smiles/vars.yml index 7fb44e451e..c6b4021acc 100644 --- a/dev-tools/ansible/inventories/scigap/production/host_vars/smiles/vars.yml +++ b/dev-tools/ansible/inventories/scigap/production/host_vars/smiles/vars.yml @@ -33,9 +33,10 @@ ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem" ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ vhost_servername }}/fullchain.pem" ssl_certificate_key_file: "/etc/letsencrypt/live/{{ vhost_servername }}/privkey.pem" -airavata_django_extra_dependencies: - - name: "git+https://github.com/SciGaP/smiles-django-portal.git#egg=smiles-django-portal" - editable: true +# TODO: fix frontend build on install, for now install/update manually +# airavata_django_extra_dependencies: +# - name: "git+https://github.com/SciGaP/smiles-django-portal.git#egg=smiles-django-portal" +# editable: true # Increase max upload size to 2GB django_file_upload_max_file_size_mb: 2000
