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/18 21:54:14 UTC

[airavata-django-portal] branch master updated (de23f6e -> 316d06c)

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 de23f6e  tutorial: rename solution repo to prevent collisions
     new 1c6b7d7  tutorial: fixing broken links
     new 316d06c  tutorial: adding a step to wait until docker container starts up

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/dev/custom_django_app.md           | 2 +-
 docs/dev/custom_output_view_provider.md | 2 +-
 docs/tutorial/custom_ui_tutorial.md     | 5 ++++-
 3 files changed, 6 insertions(+), 3 deletions(-)

[airavata-django-portal] 01/02: tutorial: fixing broken links

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 1c6b7d70bc83f7e3c989a9017b92076f2685a0c9
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jun 18 17:52:36 2021 -0400

    tutorial: fixing broken links
---
 docs/dev/custom_django_app.md           | 2 +-
 docs/dev/custom_output_view_provider.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/dev/custom_django_app.md b/docs/dev/custom_django_app.md
index cef253b..0216e84 100644
--- a/docs/dev/custom_django_app.md
+++ b/docs/dev/custom_django_app.md
@@ -202,7 +202,7 @@ in the `scripts` block:
 For more information on the AiravataAPI library:
 
 -   see the
-    [Gateways tutorial](../tutorial/gateways_tutorial.md#tutorial-exercise-create-a-custom-django-app)
+    [Custom UI tutorial](../tutorial/custom_ui_tutorial.md#tutorial-exercise-create-a-custom-django-app)
 -   see the
     [index.js](https://github.com/apache/airavata-django-portal/blob/master/django_airavata/apps/api/static/django_airavata_api/js/index.js)
     file in the AiravataAPI to see what models and services are provided by the
diff --git a/docs/dev/custom_output_view_provider.md b/docs/dev/custom_output_view_provider.md
index db4bc5e..1b1fa7f 100644
--- a/docs/dev/custom_output_view_provider.md
+++ b/docs/dev/custom_output_view_provider.md
@@ -15,7 +15,7 @@ output view provider will be invoked and it should return image data.
 ## Getting started
 
 See the
-[Gateways tutorial](../tutorial/gateways_tutorial.md#tutorial-exercise-create-a-custom-output-viewer-for-an-output-file)
+[Custom UI tutorial](../tutorial/custom_ui_tutorial.md#tutorial-exercise-create-a-custom-output-viewer-for-an-output-file)
 for help on setting up a development environment and implementing a simple
 output view provider.
 

[airavata-django-portal] 02/02: tutorial: adding a step to wait until docker container starts up

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 316d06cb2675b3264ce886d633d72bcd1b3d19dc
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jun 18 17:54:02 2021 -0400

    tutorial: adding a step to wait until docker container starts up
---
 docs/tutorial/custom_ui_tutorial.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/tutorial/custom_ui_tutorial.md b/docs/tutorial/custom_ui_tutorial.md
index 9c4029a..3235a92 100644
--- a/docs/tutorial/custom_ui_tutorial.md
+++ b/docs/tutorial/custom_ui_tutorial.md
@@ -447,7 +447,10 @@ options:
             git clone https://github.com/machristie/custom_ui_tutorial_app_solution.git
             cd custom_ui_tutorial_app
             docker run -d --name custom-ui-tutorial -p 8000:8000 -v "$PWD:/extensions" -v "$PWD/../custom_ui_tutorial_app_solution/settings_local.py:/code/django_airavata/settings_local.py" machristie/airavata-django-portal
-    3. Run the following to load the default set of CMS pages:
+    3. Wait until the Docker container starts up. Go to <http://localhost:8000>
+    and when it loads and you see **Welcome to your new Wagtail site!**, then
+    you're ready to proceed to the next step.
+    4. Run the following to load the default set of CMS pages:
 
             docker exec custom-ui-tutorial python manage.py load_cms_data new_default_theme