comparison Sphinx/source/faq/log.rst @ 185:6fd3eae67f6a

Orthanc 1.5.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Jan 2019 17:38:15 +0100
parents e48ed865e8cd
children 2b6b82c57e79
comparison
equal deleted inserted replaced
184:f6216b3271c0 185:6fd3eae67f6a
47 <http://www.orthanc-server.com/download-windows.php>`__ of Orthanc. 47 <http://www.orthanc-server.com/download-windows.php>`__ of Orthanc.
48 48
49 2. Stop the Orthanc service. The actual process depends on your 49 2. Stop the Orthanc service. The actual process depends on your
50 version of Windows. 50 version of Windows.
51 51
52 3. Copy the just-downloaded ``Orthanc-1.5.2-Release.exe`` together 52 3. Copy the just-downloaded ``Orthanc-1.5.3-Release.exe`` together
53 with your configuration file (that is by default located in 53 with your configuration file (that is by default located in
54 ``C:\Orthanc\Configuration.json``) into the same folder 54 ``C:\Orthanc\Configuration.json``) into the same folder
55 (e.g. ``C:\Temp``). 55 (e.g. ``C:\Temp``).
56 56
57 4. Type in a command-line shell, to generate the ``Orthanc.log`` file:: 57 4. Type in a command-line shell, to generate the ``Orthanc.log`` file::
58 58
59 $ cd C:\Temp 59 $ cd C:\Temp
60 $ Orthanc-1.5.2-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 60 $ Orthanc-1.5.3-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
61 61
62 5. Restart the Orthanc service. 62 5. Restart the Orthanc service.
63 63
64 64
65 Under Debian GNU/Linux 65 Under Debian GNU/Linux