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
The following commit(s) were added to refs/heads/master by this push:
new e4b3a4da8c Ansible: re-enabling trecx django app
e4b3a4da8c is described below
commit e4b3a4da8c556dbe05f2ee92326eee9d0899e247
Author: Marcus Christie <[email protected]>
AuthorDate: Tue Sep 27 17:41:11 2022 -0400
Ansible: re-enabling trecx django app
---
.../inventories/scigap/production/host_vars/ampgateway/vars.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
index d14bed366d..049db755b5 100644
---
a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
@@ -19,10 +19,9 @@
#
---
-# TODO: Need Node upgrade to build the Django app Vue.js code
-# airavata_django_extra_dependencies:
-# - name:
"git+ssh://[email protected]/SciGaP/trecx-django-app.git#egg=trecx-django-app"
-# editable: true
+airavata_django_extra_dependencies:
+ - name:
"git+ssh://[email protected]/SciGaP/trecx-django-app.git#egg=trecx-django-app"
+ editable: true
vhost_servername: "amosgateway.org"