💽Install the Prerequisites

Instructions to install the required software in your server

The $ sign that is presented in the following instructions indicate that you must enter the command that follows the sign.

java

$ yum install java

dig

$ yum install dig

zip

$ yum install zip

tomcat

$ yum install tomcat tomcat-webapps tomcat-admin-webapps

mysql

$ rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022

Then follow the installation instructions available here.

webmin

Follow the instructions available here.

firewalld

$ yum install firewalld

Last updated