comparison Sphinx/source/users/man-orthanc.txt @ 842:92ca063536ed Orthanc-1.11.0

Orthanc 1.11.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 May 2022 10:50:15 +0200
parents e95713f90614
children 3e8a3a900e9e
comparison
equal deleted inserted replaced
841:e0d5dbbbde99 842:92ca063536ed
12 research. 12 research.
13 13
14 The "CONFIGURATION" argument can be a single file or a directory. In 14 The "CONFIGURATION" argument can be a single file or a directory. In
15 the case of a directory, all the JSON files it contains will be merged. 15 the case of a directory, all the JSON files it contains will be merged.
16 If no configuration path is given on the command line, a set of default 16 If no configuration path is given on the command line, a set of default
17 parameters is used. Please refer to the Orthanc Book for the full 17 parameters is used. Please refer to the Orthanc Book for the full in‐
18 instructions about how to use Orthanc 18 structions about how to use Orthanc <http://book.orthanc-server.com/>.
19 <http://book.orthanc-server.com/>.
20 19
21 Pay attention to the fact that the order of the options is important. 20 Pay attention to the fact that the order of the options is important.
22 Options are read left to right. In particular, options such as "--ver‐ 21 Options are read left to right. In particular, options such as "--ver‐
23 bose" can reset the value of other log-related options that were read 22 bose" can reset the value of other log-related options that were read
24 before. 23 before.
25 24
26 The recommended set of options to debug DICOM communications is "--ver‐ 25 The recommended set of options to debug DICOM communications is "--ver‐
27 bose --trace-dicom --logfile=dicom.log" 26 bose --trace-dicom --logfile=dicom.log"
28 27
29 Command-line options: 28 Command-line options:
30 --help display this help and exit 29 --help display this help and exit
31 30
32 --logdir=[dir] 31 --logdir=[dir]
33 directory where to store the log files (by default, the log is 32 directory where to store the log files (by default, the log is
34 dumped to stderr) 33 dumped to stderr)
35 34
36 --logfile=[file] 35 --logfile=[file]
37 file where to store the log of Orthanc (by default, the log is 36 file where to store the log of Orthanc (by default, the log is
38 dumped to stderr) 37 dumped to stderr)
39 38
40 --config=[file] 39 --config=[file]
41 create a sample configuration file and exit (if "file" is "-", 40 create a sample configuration file and exit (if "file" is "-",
42 dumps to stdout) 41 dumps to stdout)
43 42
44 --errors 43 --errors
45 print the supported error codes and exit 44 print the supported error codes and exit
46 45
49 48
50 --trace 49 --trace
51 highest verbosity in logs (for debug) 50 highest verbosity in logs (for debug)
52 51
53 --upgrade 52 --upgrade
54 allow Orthanc to upgrade the version of the database (beware 53 allow Orthanc to upgrade the version of the database (beware
55 that the database will become incompatible with former versions 54 that the database will become incompatible with former versions
56 of Orthanc) 55 of Orthanc)
57 56
58 --no-jobs 57 --no-jobs
59 don't restart the jobs that were stored during the last execu‐ 58 don't restart the jobs that were stored during the last execu‐
60 tion of Orthanc 59 tion of Orthanc
61 60
62 --openapi=[file] 61 --openapi=[file]
63 write the OpenAPI documentation and exit (if "file" is "-", 62 write the OpenAPI documentation and exit (if "file" is "-",
64 dumps to stdout) 63 dumps to stdout)
65 64
66 --cheatsheet=[file] 65 --cheatsheet=[file]
67 write the cheat sheet of REST API as CSV and exit (if "file" is 66 write the cheat sheet of REST API as CSV and exit (if "file" is
68 "-", dumps to stdout) 67 "-", dumps to stdout)
69 68
70 --version 69 --version
71 output version information and exit 70 output version information and exit
72 71
118 117
119 AUTHOR 118 AUTHOR
120 Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com> 119 Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>
121 120
122 COPYRIGHT 121 COPYRIGHT
123 Copyright © 2012-2016 Sebastien Jodogne, Medical Physics Department, 122 Copyright © 2012-2016 Sebastien Jodogne, Medical Physics Department,
124 University Hospital of Liege (Belgium) 123 University Hospital of Liege (Belgium)
125 Copyright © 2017-2022 Osimis S.A. (Belgium) 124 Copyright © 2017-2022 Osimis S.A. (Belgium)
126 Copyright © 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain (Belgium) 125 Copyright © 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain (Belgium) Li‐
127 Licensing GPLv3+: GNU GPL version 3 or later 126 censing GPLv3+: GNU GPL version 3 or later <http://gnu.org/li‐
128 <http://gnu.org/licenses/gpl.html>. 127 censes/gpl.html>.
129 This is free software: you are free to change and redistribute it. 128 This is free software: you are free to change and redistribute it.
130 There is NO WARRANTY, to the extent permitted by law. 129 There is NO WARRANTY, to the extent permitted by law.
131 130
132 Orthanc 1.10.1 March 2022 ORTHANC(1) 131 Orthanc 1.11.0 May 2022 ORTHANC(1)