Skip to content

Commit

Permalink
Use stable branch for explorer (#177)
Browse files Browse the repository at this point in the history
Add the stable branch to MyBinder link and docker comment.
  • Loading branch information
pat-schmitt committed Oct 11, 2022
1 parent 7f78548 commit 832f48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/explorer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can start the app by clicking on this link: |badge_bokeh_en|_

.. _badge_bokeh_en: https://bokeh.oggm.org/explorer/app

Alternatively, you can start the app `on mybinder <https://mybinder.org/v2/gh/OGGM/world-glacier-explorer/master?urlpath=panel/app>`_
Alternatively, you can start the app `on mybinder <https://mybinder.org/v2/gh/OGGM/world-glacier-explorer/stable?urlpath=panel/app>`_
(slightly slower in general, but a good alternative if our server is saturated).
If you want to run the app on your own computer, see :ref:`docker-launch` below.

Expand Down Expand Up @@ -144,7 +144,7 @@ To start the app locally, all you'll need is to
have `Docker <https://www.docker.com/>`_ installed on your computer.
From there, run this command into a terminal::

docker run -e BOKEH_ALLOW_WS_ORIGIN=127.0.0.1 -p 8083:8080 ghcr.io/oggm/bokeh:20220520 git+https://github.com/OGGM/world-glacier-explorer.git app.ipynb
docker run -e BOKEH_ALLOW_WS_ORIGIN=127.0.0.1 -p 8083:8080 ghcr.io/oggm/bokeh:20220520 git+https://github.com/OGGM/world-glacier-explorer.git@stable app.ipynb

Once running, you should be able to start the app in your browser at this
address: `http://127.0.0.1:8083/ <http://127.0.0.1:8083/>`_.

0 comments on commit 832f48a

Please sign in to comment.