comparison Sphinx/source/faq/log.rst @ 429:c95817c254fe

Orthanc 1.7.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 May 2020 15:13:03 +0200
parents 0fb9369e893e
children c2ae93c562d2
comparison
equal deleted inserted replaced
428:943515b68158 429:c95817c254fe
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.6.1-Release.exe`` together 52 3. Copy the just-downloaded ``Orthanc-1.7.0-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.6.1-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 61 $ Orthanc-1.7.0-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