# HG changeset patch # User Sebastien Jodogne # Date 1551096101 -3600 # Node ID d7073b3e84886b462831a6c6d6e0de6f4117a19b # Parent f8c55b461d160afe77fd8477971c69fe84c2e85d Orthanc 1.5.5 diff -r f8c55b461d16 -r d7073b3e8488 Sphinx/source/developers/db-versioning.rst --- a/Sphinx/source/developers/db-versioning.rst Fri Feb 22 10:35:51 2019 +0100 +++ b/Sphinx/source/developers/db-versioning.rst Mon Feb 25 13:01:41 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.4 u u u x +Orthanc 0.9.5 - Orthanc 1.5.5 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 diff -r f8c55b461d16 -r d7073b3e8488 Sphinx/source/faq/log.rst --- a/Sphinx/source/faq/log.rst Fri Feb 22 10:35:51 2019 +0100 +++ b/Sphinx/source/faq/log.rst Mon Feb 25 13:01:41 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.4-Release.exe`` together +3. Copy the just-downloaded ``Orthanc-1.5.5-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.4-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 + $ Orthanc-1.5.5-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 5. Restart the Orthanc service. diff -r f8c55b461d16 -r d7073b3e8488 Sphinx/source/faq/scalability.rst --- a/Sphinx/source/faq/scalability.rst Fri Feb 22 10:35:51 2019 +0100 +++ b/Sphinx/source/faq/scalability.rst Mon Feb 25 13:01:41 2019 +0100 @@ -27,7 +27,7 @@ Here is a generic setup that should provide best performance in the presence of large databases: -* Make sure to use the latest release of Orthanc (1.5.4 at the time of +* Make sure to use the latest release of Orthanc (1.5.5 at the time of writing). * We suggest to use the latest release of the :ref:`PostgreSQL plugin diff -r f8c55b461d16 -r d7073b3e8488 Sphinx/source/users/configuration.rst --- a/Sphinx/source/users/configuration.rst Fri Feb 22 10:35:51 2019 +0100 +++ b/Sphinx/source/users/configuration.rst Mon Feb 25 13:01:41 2019 +0100 @@ -7,7 +7,7 @@ Configuring Orthanc simply consists in providing a configuration file. Orthanc has numerous configuration that are documented in the `default configuration file -`_. This +`_. This file is in the `JSON `_ file format. You can generate this file file with the following call:: diff -r f8c55b461d16 -r d7073b3e8488 Sphinx/source/users/docker.rst --- a/Sphinx/source/users/docker.rst Fri Feb 22 10:35:51 2019 +0100 +++ b/Sphinx/source/users/docker.rst Mon Feb 25 13:01:41 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.4 + $ sudo docker run -p 4242:4242 -p 8042:8042 --rm jodogne/orthanc:1.5.5 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.4 + $ sudo docker run -p 4242:4242 -p 8042:8042 --rm -v /tmp/orthanc-db/:/var/lib/orthanc/db/ jodogne/orthanc:1.5.5 Whole-slide imaging support @@ -215,4 +215,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.4``. + use e.g. ``jodogne/orthanc-debug:1.5.5``.