DCM4CHEE Arc 5 INTALL IN DOCKER METHOD WITHOU ANY SECURITY ON 08/DEC/2021 - BY UDARA 1. Created AWS EC2 server (2GB RAM, 20GB HDD) 2. Set the correct time zone 3. Set the secuirty groups according to the required ports to be open 4. Run the commands on: https://github.com/dcm4che/dcm4chee-arc-light/wiki/Run-minimum-set-of-archive-services-on-a-single-host 5. Installed TOMCAT 9 using https://www.tecmint.com/install-apache-tomcat-in-ubuntu/ Download tomcat from: https://tomcat.apache.org/download-90.cgi 6. Changed the port into 8081 https://stackoverflow.com/questions/18415578/how-to-change-apache-tomcat-web-server-port-number 7. Adjust the Security Group accordingly 8. Download the Oviyam and install https://dcm4che.atlassian.net/wiki/spaces/OV/pages/3375111/Oviyam+Installation 9. For Tomcat Server: 1. Copy all jar files from "tomcat" folder into Tomcat "Lib" folder. 1A. Chnage the tomcat/lib copied files ownership in to tomcat. chown root:tomcat ./* 2. Uncomment the user roles,user names in "conf/tomcat-users.xml" file. 3. Add new user role, user name for "admin". 4. Deploy Oviyam2.war into Tomcat "webapps" folder. --------------------------------INFORMATION FOUND ON WEB ---------------------------- dcm4chee-arc server log path: /var/local/dcm4chee-arc/wildfly/log/server.log Tomcat server log path: /logs/catalina.out For installing Oviyam, pls refer to this link https://dcm4che.atlassian.net/wiki/spaces/OV/pages/3375111/Oviyam+Installation For Weasis https://nroduit.github.io/en/getting-started/dcm4chee/ For OHIF, this could be tricky - pls refer to this link https://groups.google.com/g/cornerstone-platform/c/y10afN3M0to https://github.com/OHIF/integration-examples/tree/master/ohif-dcm4chee-secureUI regards