comparison Sphinx/source/users/debian-packages.rst @ 741:97e6a0431c5e Orthanc-1.9.6

Orthanc 1.9.6
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Jul 2021 12:30:42 +0200
parents e6386c012438
children 4e9dc26a5cb9
comparison
equal deleted inserted replaced
740:63f246134e5b 741:97e6a0431c5e
10 10
11 11
12 Introduction 12 Introduction
13 ------------ 13 ------------
14 14
15 Orthanc is available as an offical `Debian package 15 Orthanc is available as an official `Debian package
16 <https://packages.debian.org/search?keywords=orthanc&searchon=names&exact=1&suite=all&section=all>`__ 16 <https://packages.debian.org/search?keywords=orthanc&searchon=names&exact=1&suite=all&section=all>`__
17 that is continuously updated by the Orthanc core developers in the 17 that is continuously updated by the Orthanc core developers in the
18 `Debian Sid/unstable distribution 18 `Debian Sid/unstable distribution
19 <https://wiki.debian.org/DebianUnstable>`__. This implies that Orthanc 19 <https://wiki.debian.org/DebianUnstable>`__. This implies that Orthanc
20 is also available in the `Debian derivative distributions 20 is also available in the `Debian derivative distributions
104 do that at your own risk. 104 do that at your own risk.
105 105
106 This can be done with this sequence of commands:: 106 This can be done with this sequence of commands::
107 107
108 $ sudo service orthanc stop 108 $ sudo service orthanc stop
109 $ sudo wget https://lsb.orthanc-server.com/orthanc/1.9.5/Orthanc --output-document /usr/sbin/Orthanc 109 $ sudo wget https://lsb.orthanc-server.com/orthanc/1.9.6/Orthanc --output-document /usr/sbin/Orthanc
110 $ sudo rm -f /usr/share/orthanc/plugins/*.so 110 $ sudo rm -f /usr/share/orthanc/plugins/*.so
111 $ sudo wget https://lsb.orthanc-server.com/orthanc/1.9.5/libServeFolders.so --output-document /usr/share/orthanc/plugins/libServeFolders.so 111 $ sudo wget https://lsb.orthanc-server.com/orthanc/1.9.6/libServeFolders.so --output-document /usr/share/orthanc/plugins/libServeFolders.so
112 $ sudo wget https://lsb.orthanc-server.com/orthanc/1.9.5/libModalityWorklists.so --output-document /usr/share/orthanc/plugins/libModalityWorklists.so 112 $ sudo wget https://lsb.orthanc-server.com/orthanc/1.9.6/libModalityWorklists.so --output-document /usr/share/orthanc/plugins/libModalityWorklists.so
113 $ 113 $
114 $ sudo wget https://lsb.orthanc-server.com/plugin-dicom-web/1.6/libOrthancDicomWeb.so --output-document /usr/share/orthanc/plugins/libOrthancDicomWeb.so 114 $ sudo wget https://lsb.orthanc-server.com/plugin-dicom-web/1.6/libOrthancDicomWeb.so --output-document /usr/share/orthanc/plugins/libOrthancDicomWeb.so
115 $ ... 115 $ ...
116 $ sudo service orthanc restart 116 $ sudo service orthanc restart
117 117