💽Install the Prerequisites
Instructions to install the required software in your server
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