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 2021/06/17 21:06:47 UTC

[airavata-django-portal] branch master updated (6f9048f -> c024dbc)

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git.


    from 6f9048f  tutorial: windows instructions equivalent to `cd $HOME`
     new 942d997  tutorial: tweak to windows instructions
     new c024dbc  tutorial: updating host for input customization section

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/tutorial/custom_ui_tutorial.md | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

[airavata-django-portal] 02/02: tutorial: updating host for input customization section

Posted by ma...@apache.org.
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

commit c024dbc828581cf397a14ebf48d1a5cdd131ebe8
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jun 17 17:06:32 2021 -0400

    tutorial: updating host for input customization section
---
 docs/tutorial/custom_ui_tutorial.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorial/custom_ui_tutorial.md b/docs/tutorial/custom_ui_tutorial.md
index 118c622..39d57e2 100644
--- a/docs/tutorial/custom_ui_tutorial.md
+++ b/docs/tutorial/custom_ui_tutorial.md
@@ -182,7 +182,7 @@ Dashboard.
 
 8. Click **Save** at the bottom of the screen.
 9. Click on the **Deployments** tab.
-10. Click on the **New Deployment** button. Select the _mike.hpc.lsu.edu_
+10. Click on the **New Deployment** button. Select the _example-vc.jetstream-cloud.org_
     compute resource in the drop down list and click **OK**.
 11. For the _Application Executable Path_, provide the value `/usr/bin/true`.
     This is the only required field.

[airavata-django-portal] 01/02: tutorial: tweak to windows instructions

Posted by ma...@apache.org.
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

commit 942d997145c31fb4ef546bb5f7a039641b0159d2
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jun 17 16:03:22 2021 -0400

    tutorial: tweak to windows instructions
---
 docs/tutorial/custom_ui_tutorial.md | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/docs/tutorial/custom_ui_tutorial.md b/docs/tutorial/custom_ui_tutorial.md
index 343b8af..118c622 100644
--- a/docs/tutorial/custom_ui_tutorial.md
+++ b/docs/tutorial/custom_ui_tutorial.md
@@ -504,10 +504,6 @@ options:
 
             (tutorial-env) C:\Users\username\airavata-django-portal>build_js.bat
 
-    8. Run the server.
-
-            (tutorial-env) C:\Users\username\airavata-django-portal>python manage.py runserver
-
 === "Python (macOS/Linux)"
 
     Verify that you have the following installed
@@ -553,10 +549,6 @@ options:
 
             (tutorial-env) $ build_js.sh
 
-    8. Run the server.
-
-            (tutorial-env) $ python manage.py runserver
-
 ### Create the custom output viewer
 
 Now we'll also generate and implement a **Gaussian Eigenvalues View** provider.
@@ -804,7 +796,7 @@ install_requires =
 
 === "Python (Windows)"
 
-        (tutorial-env) C:\Users\username\airavata-django-portal>cd ..\custom_ui_tutorial_app
+        (tutorial-env) C:\Users\username\airavata-django-portal>cd %userprofile%\custom_ui_tutorial_app
 
         (tutorial-env) C:\Users\username\custom_ui_tutorial_app>pip install -e .