comparison Sphinx/source/faq/log.rst @ 513:f22b3743fd3f

Orthanc 1.7.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Sep 2020 15:18:40 +0200
parents 933e28b6a64d
children 50bdd7c7e9b9
comparison
equal deleted inserted replaced
512:be8b638f3f46 513:f22b3743fd3f
47 <https://www.orthanc-server.com/download-windows.php>`__ of Orthanc. 47 <https://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.7.3-Release.exe`` together 52 3. Copy the just-downloaded ``Orthanc-1.7.4-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. In a command-line shell, manually start Orthanc to generate the 57 4. In a command-line shell, manually start Orthanc to generate the
58 ``Orthanc.log`` file:: 58 ``Orthanc.log`` file::
59 59
60 $ cd C:\Temp 60 $ cd C:\Temp
61 $ Orthanc-1.7.3-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 61 $ Orthanc-1.7.4-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
62 62
63 5. Once the log has been generated (by default, it is available as 63 5. Once the log has been generated (by default, it is available as
64 ``C:\Temp\Orthanc.log``), stop Orthanc and possibly restart the 64 ``C:\Temp\Orthanc.log``), stop Orthanc and possibly restart the
65 Orthanc service. 65 Orthanc service.
66 66