# HG changeset patch # User Sebastien Jodogne # Date 1645031235 -3600 # Node ID 9615fde79f543c017dbd8780345e1e1f894ebf49 # Parent 49ec83c000e9d1b97fc9aded3d658bdadf2b792a# Parent d7d3117e5186a5652bb9f286d7da7e9ef104d1de merge diff -r 49ec83c000e9 -r 9615fde79f54 Sphinx/source/faq/log.rst --- a/Sphinx/source/faq/log.rst Wed Feb 16 18:07:06 2022 +0100 +++ b/Sphinx/source/faq/log.rst Wed Feb 16 18:07:15 2022 +0100 @@ -52,26 +52,21 @@ Under Windows, if you used the official installer by Osimis: -1. Download the `precompiled command-line version - `__ of Orthanc. - -2. Stop the Orthanc service. The actual process depends on your +1. Stop the Orthanc service. The actual process depends on your version of Windows. -3. Copy the just-downloaded ``Orthanc-1.9.7-Release.exe`` together - with your configuration file (that is by default located in - ``C:\Orthanc\Configuration.json``) into the same folder - (e.g. ``C:\Temp``). +2. Make sure you have a ``C:\Temp`` folder available to store the log file. -4. In a command-line shell, manually start Orthanc to generate the +3. In a command-line shell, manually start Orthanc to generate the ``Orthanc.log`` file:: - $ cd C:\Temp - $ Orthanc-1.9.7-Release.exe --verbose Configuration.json > Orthanc.log 2<&1 + $ "C:\Program Files\Orthanc Server\Orthanc.exe" --verbose "C:\Program Files\Orthanc Server\Configuration" > C:\Temp\Orthanc.log 2<&1 -5. Once the log has been generated (by default, it is available as - ``C:\Temp\Orthanc.log``), stop Orthanc and possibly restart the - Orthanc service. + This will start Orthanc with exactly the same configuration as your service, + but in verbose mode. + +4. Once the log has been generated (in ``C:\Temp\Orthanc.log``), stop Orthanc + and possibly restart the Orthanc service. Under Debian GNU/Linux diff -r 49ec83c000e9 -r 9615fde79f54 Sphinx/source/plugins/object-storage.rst --- a/Sphinx/source/plugins/object-storage.rst Wed Feb 16 18:07:06 2022 +0100 +++ b/Sphinx/source/plugins/object-storage.rst Wed Feb 16 18:07:15 2022 +0100 @@ -285,7 +285,7 @@ Sample setups ------------- -You'll find sample deployments and more info in the `Orthanc Setup Samples repository `__ . +You'll find sample deployments and more info in the `Orthanc Setup Samples repository `__ . Performances ------------