


The installer prints out information on every step taken. If you answered no to using SSL (HTTPS) during the installation, it is necessary to configure the firewall to accept incoming traffic on port 80 by issuing the following commands:įirewall-cmd -zone=public -add-service=http -permanent If you answered yes to using SSL (HTTPS) during the installation, it is necessary to configure the firewall to accept incoming traffic on port 443 by issuing the following commands:įirewall-cmd -zone=public -add-service=https -permanentįor further information regarding the setup of SSL, refer to SSL and LDAP Support. Once the installation/upgrade process is complete, it will start the httpd service again. When the installationProcess.sh is run, it will stop the httpd service, go through the installation/upgrade process, and Software Vulnerability Manager will be unavailable to Agents. You can then execute the installer using the command: You can now install Software Vulnerability Manager using the command:Īfter Software Vulnerability Manager is installed, run the command:ĭisable the sample SSL file and restart httpd to reflect your changes using the commands: Software Vulnerability Manager Software Installation Yum -y install curl httpd MariaDB-server MariaDB-client ntp perl-Compress-Zlib php php-gd php-ldap php-mysqlnd php-pecl-zip php-xml rpm-build policycoreutils-python haproxy yum-cron

To add PHP 7.2 and MariaDB 10.3 repo follow the steps:Ĭurl -sS | sudo bash -s -mariadb-server-version="mariadb-10.3"Ībove steps will add PHP 7.2 and MariaDB 10.3 repo Yum install curl httpd mariadb-server ntp perl-Compress-Zlib php php-gd php-ldap php-mysql php-xml rpm-build policycoreutils-python haproxyīy default, RHEL 7 comes with PHP 5.4 and MariaDB 5.5.
