Mercurial > hg > orthanc-book
changeset 997:e12cf25cc93b
fix urls + chmod
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 11 Dec 2023 14:24:59 +0100 |
parents | d43d74afdfad |
children | bd7fbe3042f7 |
files | Sphinx/source/plugins/osimis-webviewer.rst Sphinx/source/users/debian-packages.rst |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <docker-osimis>` +define the ``OSIMIS_WEB_VIEWER1_PLUGIN_ENABLED`` :ref:`environment variable <docker-osimis>` 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 -<https://lsb.orthanc-server.com/orthanc/>`__ (that will work with most +<https://orthanc.uclouvain.be/downloads/linux-standard-base/osimis-web-viewer/1.4.2/index.html>`__ (that will work with most recent GNU/Linux distributions). Once Orthanc is installed, you must change the :ref:`configuration file <configuration>` to tell Orthanc where it can find the plugin: This is done by properly modifying the
--- 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