Hello to everyone,
I am not skilled in linux enough and I have installed orthanc into ubuntu (and tried into debian bullseye) the question is that I don´t know how to install plugins to my orthanc installation or to install it into docker and make the database permanent. following the instructions of the orthanc book I am not able to do one or the orther thing.
Thanks in advance.
Poncio
Did you follow the instructions on the QuickStart page ?
There are a number of things in the configuration file that possibly need to be setup.
If you are installing onto the system directly there are a couple of ways to do that, and ditto for Docker.
There are 2 sets of Docker images:
The LSB’s are here: linux-standard-base
Maybe check your configuration file and verify that you are loading plug-ins and that the plug-ins are on your system. In Docker, they need to be enabled.
Hi sdscotti.
I’ll try.
thanks a lot for your help!!!
Hi again
I installet on to the system ubuntu and it works fine. Now my problem is to add the plugins as volume viewer, neuro, orthanc-explorer-2. web-viewer, stone viewer and mpr. Here is where I am lost.
Sorry for my ignorance
Thanks again!!!
Poncio
During one of my attempts I have tried before I used Docker because I was not able to add plugins to the installation out of docker then I got the problem that following the instructions of the orthanc book could not make the patient data base persistent, so every time I restarted the server the patients have been missing.
Thanks
I mean into docker
You need to mount volumes to make data persistent into Docker.
Here’s the simplest docker-compose example to run Orthanc: orthanc-setup-samples/docker/basic at master · orthanc-server/orthanc-setup-samples · GitHub