changeset 183:e48ed865e8cd

Orthanc 1.5.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Jan 2019 19:25:59 +0100
parents 6ddc98c305cd
children f6216b3271c0
files Sphinx/source/developers/db-versioning.rst Sphinx/source/faq/log.rst Sphinx/source/users/configuration.rst Sphinx/source/users/docker.rst
diffstat 4 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/developers/db-versioning.rst	Fri Jan 18 14:06:48 2019 +0100
+++ b/Sphinx/source/developers/db-versioning.rst	Fri Jan 18 19:25:59 2019 +0100
@@ -26,7 +26,7 @@
 Version                           DB v2   DB v3   DB v4   DB v5   DB v6
 ===============================   =====   =====   =====   =====   =====
 Mainline                                  u       u       u       x
-Orthanc 0.9.5 - Orthanc 1.5.1             u       u       u       x
+Orthanc 0.9.5 - Orthanc 1.5.2             u       u       u       x
 Orthanc 0.8.5 - Orthanc 0.9.4             u       u       x
 Orthanc 0.7.3 - Orthanc 0.8.4             u       x
 Orthanc 0.4.0 - Orthanc 0.7.2             x
--- a/Sphinx/source/faq/log.rst	Fri Jan 18 14:06:48 2019 +0100
+++ b/Sphinx/source/faq/log.rst	Fri Jan 18 19:25:59 2019 +0100
@@ -49,7 +49,7 @@
 2. Stop the Orthanc service. The actual process depends on your
    version of Windows.
 
-3. Copy the just-downloaded ``Orthanc-1.5.1-Release.exe`` together
+3. Copy the just-downloaded ``Orthanc-1.5.2-Release.exe`` together
    with your configuration file (that is by default located in
    ``C:\Orthanc\Configuration.json``) into the same folder
    (e.g. ``C:\Temp``).
@@ -57,7 +57,7 @@
 4. Type in a command-line shell, to generate the ``Orthanc.log`` file::
 
    $ cd C:\Temp
-   $ Orthanc-1.5.1-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
+   $ Orthanc-1.5.2-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
 
 5. Restart the Orthanc service.
 
--- a/Sphinx/source/users/configuration.rst	Fri Jan 18 14:06:48 2019 +0100
+++ b/Sphinx/source/users/configuration.rst	Fri Jan 18 19:25:59 2019 +0100
@@ -6,7 +6,7 @@
 
 Configuring Orthanc simply consists in copying and adapting the
 `default configuration file
-<https://bitbucket.org/sjodogne/orthanc/raw/Orthanc-1.5.1/Resources/Configuration.json>`_. This
+<https://bitbucket.org/sjodogne/orthanc/raw/Orthanc-1.5.2/Resources/Configuration.json>`_. This
 file is in the `JSON <https://en.wikipedia.org/wiki/JSON>`_ file
 format. You can generate a sample configuration file with the
 following call::
--- a/Sphinx/source/users/docker.rst	Fri Jan 18 14:06:48 2019 +0100
+++ b/Sphinx/source/users/docker.rst	Fri Jan 18 19:25:59 2019 +0100
@@ -45,7 +45,7 @@
 If more stability is required, you can select the official release of
 Orthanc to be run::
 
-  $ sudo docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.5.1
+  $ sudo docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.5.2
 
 Passing additional command-line options (e.g. to make Orthanc verbose)
 can be done as follows (note the ``/etc/orthanc`` option that is
@@ -94,7 +94,7 @@
 container to some path in the filesystem of your Linux host, e.g.::
 
   $ mkdir /tmp/orthanc-db
-  $ sudo docker run -p 4242:4242 -p 8042:8042 --rm -v /tmp/orthanc-db/:/var/lib/orthanc/db/ jodogne/orthanc:1.5.1 
+  $ sudo docker run -p 4242:4242 -p 8042:8042 --rm -v /tmp/orthanc-db/:/var/lib/orthanc/db/ jodogne/orthanc:1.5.2 
 
 
 Whole-slide imaging support
@@ -211,4 +211,4 @@
 * The build artifacts can be found in folder ``/root/orthanc/Build``.
 
 * This command launches the mainline version. To start a released version,
-  use e.g. ``jodogne/orthanc-debug:1.5.1``.
+  use e.g. ``jodogne/orthanc-debug:1.5.2``.