However, when installing version 1.0 and after running make then make install, it installs in a different location: /usr/local/sbin/Orthanc
It took me a while to find it, fair enough I think, but that's not where the documentation suggests it installs. Also, I have to generate the Configuration.json (when using the old version by sudo apt-get install orthanc, it is already in /etc/orthanc/orthanc.json). So I do that.
It works okish if I type Orthanc ./Configuration.json with one problem I'll come back to.
So to install as daemon I follow the instructions here: https://orthanc.chu.ulg.ac.be/book/faq/debian-daemon.html
Using the script, but modifying these two lines:
DAEMON=/usr/local/sbin/Orthanc
DAEMON_ARGS="--logdir=$LOGDIR /home/pacs/Configuration.json"
I have attached the full file.
It doesn't work. I have to log in and start it manually.
Also, when I type Orthanc ./Configuration.json I'm left without the ability to type commands, see screenshot. To get back to the command line I ctl C, but that stops Orthanc.
Also, no log files are generated, no matter what I try. Nor is there a PID file.
Any help to get the daemon working please?
Thanks,
Jonathan
Here is the configuration file