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:39:03 UTC

[airavata-django-portal] branch master updated: Gateways19 tutorial: need to stop docker container (django server needs to be restarted)

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 ce6f934  Gateways19 tutorial: need to stop docker container (django server needs to be restarted)
ce6f934 is described below

commit ce6f934c5d105f0edfb7e634bace3d4945a04f5d
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Sep 23 06:38:49 2019 -0700

    Gateways19 tutorial: need to stop docker container (django server needs to be restarted)
---
 docs/tutorial/gateways2019_tutorial.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/tutorial/gateways2019_tutorial.md b/docs/tutorial/gateways2019_tutorial.md
index f217d68..6bef136 100644
--- a/docs/tutorial/gateways2019_tutorial.md
+++ b/docs/tutorial/gateways2019_tutorial.md
@@ -633,6 +633,7 @@ $ cd /code
 $ pip install -r requirements.txt
 $ python setup.py develop
 $ exit
+docker stop gateways19-tutorial
 ```
 
 ### Use the GaussianEigenvaluesViewProvider with the Gaussian log output file
@@ -802,7 +803,7 @@ gateways19_tutorial = gateways19_tutorial.apps:Gateways19TutorialAppConfig
 **Running Django locally**
 
 ```bash
-cd ../airavata-django-portal
+cd $HOME/airavata-django-portal
 export OAUTHLIB_INSECURE_TRANSPORT=1
 python manage.py runserver
 ```