Skip to content

Commit

Permalink
docs: amend wdb URL retrieval process
Browse files Browse the repository at this point in the history
* Provides one line command to open REANA debugging session
  (closes reanahub/reana-cluster#173).
  • Loading branch information
Diego Rodriguez committed Apr 5, 2019
1 parent 61501e8 commit 51a9d3c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/developerguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://reana-cluster.readthedocs.io/en/latest/cliapi.html#reana-cluster-get>`_).
After doing that we can go to the `wdb` dashboard:

.. code-block:: console
$ firefox http://`minikube ip`:31984
.. image:: /_static/wdb-active-sessions.png

Expand Down

0 comments on commit 51a9d3c

Please sign in to comment.