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:16 UTC

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

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