comparison Sphinx/source/users/configuration.rst @ 73:c742c8f9ffa3

encodings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Dec 2016 09:43:08 +0100
parents 83c0a6556e6c
children ae10157de307
comparison
equal deleted inserted replaced
72:83c0a6556e6c 73:c742c8f9ffa3
23 * Create a DICOM server with the DICOM AET (Application Entity Title) 23 * Create a DICOM server with the DICOM AET (Application Entity Title)
24 ``ORTHANC`` that listens on the port 4242. 24 ``ORTHANC`` that listens on the port 4242.
25 * Create a HTTP server for the REST API that listens on the port 8042. 25 * Create a HTTP server for the REST API that listens on the port 8042.
26 * Store the Orthanc database in a folder called ``OrthancStorage``. 26 * Store the Orthanc database in a folder called ``OrthancStorage``.
27 27
28 *Remark:* When specifying paths under Microsoft Windows, backslashes
29 (i.e. ``\``) should be either escaped by doubling them (as in ``\\``),
30 or replaced by forward slashes (as in ``/``).
31
28 To obtain more diagnostic, you can use the ``--verbose`` or the 32 To obtain more diagnostic, you can use the ``--verbose`` or the
29 ``--trace`` options:: 33 ``--trace`` options::
30 34
31 $ Orthanc ./Configuration.json --verbose 35 $ Orthanc ./Configuration.json --verbose
32 $ Orthanc ./Configuration.json --trace 36 $ Orthanc ./Configuration.json --trace