Mercurial > hg > orthanc-book
comparison Sphinx/source/faq/log.rst @ 72:83c0a6556e6c
Orthanc 1.2.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 13 Dec 2016 18:00:15 +0100 |
parents | 87803e4e9c91 |
children | ae10157de307 |
comparison
equal
deleted
inserted
replaced
71:9c295f7cc016 | 72:83c0a6556e6c |
---|---|
23 <http://www.orthanc-server.com/download-windows.php>`__ of Orthanc. | 23 <http://www.orthanc-server.com/download-windows.php>`__ of Orthanc. |
24 | 24 |
25 2. Stop the Orthanc service. The actual process depends on your | 25 2. Stop the Orthanc service. The actual process depends on your |
26 version of Windows. | 26 version of Windows. |
27 | 27 |
28 3. Copy the just-downloaded ``Orthanc-1.1.0-Release.exe`` together | 28 3. Copy the just-downloaded ``Orthanc-1.2.0-Release.exe`` together |
29 with your configuration file (that is by default located in | 29 with your configuration file (that is by default located in |
30 ``C:\Orthanc\Configuration.json``) into the same folder | 30 ``C:\Orthanc\Configuration.json``) into the same folder |
31 (e.g. ``C:\Temp``). | 31 (e.g. ``C:\Temp``). |
32 | 32 |
33 4. Type in a command-line shell, to generate the ``Orthanc.log`` file:: | 33 4. Type in a command-line shell, to generate the ``Orthanc.log`` file:: |
34 | 34 |
35 $ cd C:\Temp | 35 $ cd C:\Temp |
36 $ Orthanc-1.1.0-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 | 36 $ Orthanc-1.2.0-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 |
37 | 37 |
38 5. Restart the Orthanc service. | 38 5. Restart the Orthanc service. |
39 | 39 |
40 | 40 |
41 Under Debian GNU/Linux | 41 Under Debian GNU/Linux |