# HG changeset patch # User Sebastien Jodogne # Date 1624981032 -7200 # Node ID f4ff5a1af41e89f3112df60ec34218fd07fe0774 # Parent 29072079de725cf5b9afb9947490a951d001c6b2 Stone Web viewer 2.1 diff -r 29072079de72 -r f4ff5a1af41e Sphinx/source/plugins/stone-webviewer.rst --- a/Sphinx/source/plugins/stone-webviewer.rst Mon Jun 28 12:22:38 2021 +0200 +++ b/Sphinx/source/plugins/stone-webviewer.rst Tue Jun 29 17:37:12 2021 +0200 @@ -32,7 +32,7 @@ The compilation process is quite complex since it requires using the `Emscripten `__ compiler toolchain. The full build instructions are available in the `source code -`__. +`__. Usage @@ -48,7 +48,7 @@ suited to devops need, as they allow to start a minimal Docker environment as follows:: - $ docker run -p 4242:4242 -p 8042:8042 -e STONE_WEB_VIEWER_PLUGIN_ENABLED=true -e DICOM_WEB_PLUGIN_ENABLED=true --rm osimis/orthanc:20.12.0 + $ docker run -p 4242:4242 -p 8042:8042 -e STONE_WEB_VIEWER_PLUGIN_ENABLED=true -e DICOM_WEB_PLUGIN_ENABLED=true --rm osimis/orthanc:21.6.2 .. highlight:: json @@ -93,7 +93,7 @@ The configuration of the Web viewer can be fine-tuned by adapting some options in the `configuration file -`__. +`__. FAQ --- @@ -148,7 +148,7 @@ - **How can I migrate from Osimis Web viewer to Stone Web viewer?** Full instructions are provided in the `source distribution - `__. + `__. - **What are the future plans?**