Mercurial > hg > orthanc-book
comparison Sphinx/source/faq/log.rst @ 392:0fb9369e893e
Orthanc 1.6.1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 21 Apr 2020 15:22:20 +0200 |
parents | 6979ebaae833 |
children | c95817c254fe |
comparison
equal
deleted
inserted
replaced
391:4bc6bcd83ae5 | 392:0fb9369e893e |
---|---|
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.0-Release.exe`` together | 52 3. Copy the just-downloaded ``Orthanc-1.6.1-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.0-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 | 61 $ Orthanc-1.6.1-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 |