From 51a9d3c670eef8b2b0f01f61004aa4affb56fb44 Mon Sep 17 00:00:00 2001 From: Diego Rodriguez Date: Fri, 5 Apr 2019 15:47:23 +0200 Subject: [PATCH] docs: amend wdb URL retrieval process * Provides one line command to open REANA debugging session (closes reanahub/reana-cluster#173). --- docs/developerguide.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/developerguide.rst b/docs/developerguide.rst index 5c62137f..a595092c 100644 --- a/docs/developerguide.rst +++ b/docs/developerguide.rst @@ -70,8 +70,12 @@ component: * Debugger PIN: 221-564-335 $ curl $REANA_SERVER_URL/api/workflows?access_token=$REANA_ACCESS_TOKEN -After doing that we can go to the `wdb` dashboard (you can get ``wdb`` address -using `reana-cluster get wdb `_). +After doing that we can go to the `wdb` dashboard: + +.. code-block:: console + + $ firefox http://`minikube ip`:31984 + .. image:: /_static/wdb-active-sessions.png