Installing dicom server on rehel

Hello

I want to install Dicom server but on REHEL 7 but there’s no orthanc package in the repository as we used in ubuntu. I dont know where to start from. Can you please provide instructions how to go about this?

Hello,

I would use Docker to deploy Orthanc on RHEL…
Would it be a solution for you?

HTH,

Please advise how can I do this on docker? Include steps from installing docker up untill we install dicom server. If you have a documentation please help

Ronex,

I would agree with HTH, however using containers took my a while to understand and implement. I have an orthanc container on Centos 7, Rocky 8, and Rocky 9 all of which function perfectly. But it was not easy for me, I would suggest that you start with the docker hub website https://hub.docker.com/ and the docker file you want is orthancteam/orthanc.

As hard as it was for me to understand and use dockers it was well worth the effort to learn how to use containers. Good Luck !!!

Greg

Hello,

You might have an interest in reading the Orthanc documentation: orthancteam/orthanc Docker images — Orthanc Book documentation

And if you don’t want to use Docker, check out the following link: Quickstart — Orthanc Book documentation

Regards,
Sébastien-

Thank you so much I’ve finally configured my dicom server on docker container