orthanc/orthanc-readme.SUSE
Dominique Leuenberger bcb3e25912 Accepting request 740978 from home:DocB:Orthanc
New version and additional specfile cleanup. 
No info about multibuild from ML, wiki or schwab@suse.de for more than a week. I do not consider this as path forward, as it adds complexity as well, compared to modular approach.

OBS-URL: https://build.opensuse.org/request/show/740978
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc?expand=0&rev=1
2019-10-31 10:35:36 +00:00

33 lines
912 B
Plaintext

README: Orthanc for openSUSE
============================
Orthanc is a RESTful DICOM server for healthcare and medical research.
This package provides the server for Orthanc (you may want to check for plugins as well)
Configuration files for Orthanc are in
/etc/orthanc
Configuration files are in JSON format. Orthanc reads all files in the configuration folder to build up its internal setup.
Starting/stopping Orthanc
Orthanc comes as systemd-service. so you can start it with:
systemctl start orthanc
To stop it:
systemctl stop orthanc
To check it:
systemctl status orthanc
To enable it at system start:
systemctl enable orthanc
Once orthanc is running, you can use
http://localhost:8042
to connect.
For any 'outside connection', the use of SSL certificates is recommended!
Further documentation:
https://book.orthanc-server.com/
Have fun
Axel Braun <DocB@openSUSE.org> Tue Aug 13 08:06:42 UTC 2019