Mercurial > hg > orthanc-book
diff Sphinx/source/users/man-orthanc.txt @ 538:d18496f166b8
documenting the log categories, and manpage of Orthanc
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 05 Nov 2020 15:06:41 +0100 |
parents | |
children | 4f3a6145ae34 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/users/man-orthanc.txt Thu Nov 05 15:06:41 2020 +0100 @@ -0,0 +1,73 @@ +ORTHANC(1) User Commands ORTHANC(1) + +NAME + Orthanc - Lightweight, RESTful DICOM server for healthcare and medical + research + +SYNOPSIS + Orthanc [OPTION]... [CONFIGURATION] + +DESCRIPTION + Orthanc, lightweight, RESTful DICOM server for healthcare and medical + research. + + The "CONFIGURATION" argument can be a single file or a directory. In + the case of a directory, all the JSON files it contains will be merged. + If no configuration path is given on the command line, a set of default + parameters is used. Please refer to the Orthanc homepage for the full + instructions about how to use Orthanc <http://www.orthanc-server.com/>. + + Command-line options: + --help display this help and exit + + --logdir=[dir] + directory where to store the log files (by default, the log is + dumped to stderr) + + --logfile=[file] + file where to store the log of Orthanc (by default, the log is + dumped to stderr) + + --config=[file] + create a sample configuration file and exit (if file is "-", + dumps to stdout) + + --errors + print the supported error codes and exit + + --verbose + be verbose in logs + + --trace + highest verbosity in logs (for debug) + + --upgrade + allow Orthanc to upgrade the version of the database (beware + that the database will become incompatible with former versions + of Orthanc) + + --no-jobs + Don't restart the jobs that were stored during the last execu‐ + tion of Orthanc + + --version + output version information and exit + + Exit status: + 0 if success, + + -1 if error (have a look at the logs). + +AUTHOR + Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com> + +COPYRIGHT + Copyright © 2012-2016 Sebastien Jodogne, Medical Physics Department, + University Hospital of Liege (Belgium) + Copyright © 2017-2020 Osimis S.A. (Belgium) Licensing GPLv3+: GNU GPL + version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL + exception. + This is free software: you are free to change and redistribute it. + There is NO WARRANTY, to the extent permitted by law. + +Orthanc 1.8.0 November 2020 ORTHANC(1)