You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/09/23 13:00:26 UTC

[airavata-django-portal] branch master updated: Gateways19 tutorial: directions on running custom app in deployed instance

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-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new a8cadbe  Gateways19 tutorial: directions on running custom app in deployed instance
a8cadbe is described below

commit a8cadbe6188db477dca3029e21ec57906441d3ce
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Sep 23 06:00:14 2019 -0700

    Gateways19 tutorial: directions on running custom app in deployed instance
---
 docs/tutorial/gateways2019_tutorial.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/tutorial/gateways2019_tutorial.md b/docs/tutorial/gateways2019_tutorial.md
index b2ddc75..f217d68 100644
--- a/docs/tutorial/gateways2019_tutorial.md
+++ b/docs/tutorial/gateways2019_tutorial.md
@@ -1129,6 +1129,9 @@ Airavata could SCP the file back to our local instance). But this custom Django
 app is also deployed in the hosted tutorial Django instance so you can run it
 there to verify it works.
 
+6. Try this out in the production deployment at
+   <https://gateways19.scigap.org/gateways19_tutorial/hello/>.
+
 ### Displaying the experiment output
 
 Instead of simply reporting the status of the job we would also like to do
@@ -1254,8 +1257,9 @@ function loadExperiments() {
 }
 ```
 
-You can try out this custom Django app in the deployed instance of the tutorial
-portal where it really does download and parse the standard out.
+4. You can try out this custom Django app in the production deployed instance at
+<https://gateways19.scigap.org/gateways19_tutorial/hello/> where it really does
+download and parse the standard out.
 
 ## Resources