I’m very excited by your software ! At last a simple and effective implementation of a Dicom Server. Thanx all
Did anyone succeed in installing OrthanC in a Synology NAS ? It’s a linux-based, quite open system. That would be a fantastic value to embed a Dicom server into a NAS !
It’s possible to install Orthanc on a NAS Synology, I did it today (Orthanc 0.7.6 and Synology DS241+ DSM 5.0-4493 Update 2). But not directly with the OS of synology, through a chroot of a debian “Wheezy” installed on the NAS.
Enable SSH access (and/or telnet, but not secure) in settings (DSM manager)
Copy the folder of the sources of Orthanc (“~/Orthanc”) on your NAS (many solutions, with “File Station” for example or ftp…)
Open in the firewall of the NAS the ports 8042 and 4242 (if closed)
PuTTY (or other terminal) – SSH\telnet to Synology, login as root, the password is the same as admin (it’s possible to use another login, you will find tutorials on internet)
Copy the folder Orthanc in a sub-folder of “debian” (example : “# cp -r ~/Orthanc /volume1/debian/opt”)