# HG changeset patch # User Alain Mazy # Date 1702301099 -3600 # Node ID e12cf25cc93b236c76547b81ea8b27bda8eae3e6 # Parent d43d74afdfad7b2d5a5d7bbebf8cf378d448a33c fix urls + chmod diff -r d43d74afdfad -r e12cf25cc93b Sphinx/source/plugins/osimis-webviewer.rst --- a/Sphinx/source/plugins/osimis-webviewer.rst Wed Dec 06 16:31:42 2023 +0100 +++ b/Sphinx/source/plugins/osimis-webviewer.rst Mon Dec 11 14:24:59 2023 +0100 @@ -56,13 +56,13 @@ out-of-the-box. If you're using the ``osimis/orthanc`` Docker images, you'll have to -define the ``WVB_ENABLED`` :ref:`environment variable ` +define the ``OSIMIS_WEB_VIEWER1_PLUGIN_ENABLED`` :ref:`environment variable ` to ``true``. On plain GNU/Linux distributions (i.e. if not using Docker), the Osimis Web viewer will only work with LSB (Linux Standard Base) Orthanc binaries that can be downloaded from `here -`__ (that will work with most +`__ (that will work with most recent GNU/Linux distributions). Once Orthanc is installed, you must change the :ref:`configuration file ` to tell Orthanc where it can find the plugin: This is done by properly modifying the diff -r d43d74afdfad -r e12cf25cc93b Sphinx/source/users/debian-packages.rst --- a/Sphinx/source/users/debian-packages.rst Wed Dec 06 16:31:42 2023 +0100 +++ b/Sphinx/source/users/debian-packages.rst Mon Dec 11 14:24:59 2023 +0100 @@ -109,6 +109,7 @@ $ sudo service orthanc stop $ sudo wget https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc/1.12.1/Orthanc --output-document /usr/sbin/Orthanc + $ sudo chmod +x /usr/sbin/Orthanc $ sudo rm -f /usr/share/orthanc/plugins/*.so $ sudo wget https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc/1.12.1/libServeFolders.so --output-document /usr/share/orthanc/plugins/libServeFolders.so $ sudo wget https://orthanc.uclouvain.be/downloads/linux-standard-base/orthanc/1.12.1/libModalityWorklists.so --output-document /usr/share/orthanc/plugins/libModalityWorklists.so