linux

How to install mirth connect with mySQL/MariaDB in Linux

Step 1: Pre-Req: Install Java JDK Make sure you have JDK 1.8 installed on your system as shown below. # java -version openjdk version “1.8.0_102” OpenJDK Runtime Environment (build 1.8.0_102-b14) OpenJDK 64-Bit Server VM (build 25.102-b14, mixed mode) If you don’t have JDK installed, use yum to install it as shown below: yum -y install …

How to install mirth connect with mySQL/MariaDB in Linux Read More »