This article will help with a Linux system install of CM-Connect.
- Please make sure the server/host where you will be deploying meets the minimal requirements.
- Download your installer Zip from the link that was provided to you
- Unzip and run the installer using commands that resemble these:
-
unzip EXAMPLE_setup_lin.zip
Replace "EXAMPLE_setup_lin.zip" with your specific file name
-
cd installer_lin/
-
sudo bash common_installer_k3s.sh 2>&1 | tee installation.log
-
- Give your system five minutes or so to finish running the installer and get your channels running.
- You can now configure your PACS with the channels created in the CM-Connect. Please follow the specific instructions we have provided. However, as an example:
- AET: CM-EXAMPLE-1-1
- IP: <this host>
- PORT: 4242
- Name/Description: Collective Minds Radiology
Ongoing maintenance
- Please include the host server into security upgrade/patch schedules.
- Make sure the server restarts at least every 60 days. This will make sure it remains securely connected to our services.
Redhat/Fedora/CentOS Notes
If firewalld is enabled, the following rules need to be in place:
firewall-cmd --permanent --add-port=6443/tcp #apiserver
firewall-cmd --permanent --zone=trusted --add-source=10.42.0.0/16 #pods
firewall-cmd --permanent --zone=trusted --add-source=10.43.0.0/16 #services
firewall-cmd --reload
You can read more in this link: