Install using SKOOR Bootstrap (recommended)
The package SKOOR Bootstrap provides some convenient scripts to setup SKOOR components.
dnf -y install eranger-bootstrap
IMPORTANT STEPS BEFORE INSTALLING SKOOR < 8.0 OFFLINE (does not apply if SKOOR >= 8.0)
Monkey patches /opt/eranger/bootstrap/bin/install-server.sh
sed -i '/if \[ \$OS_VERSION -eq 7 \];then/,/exit 1/ { s/^/#/; n; s/^/#/; }' /opt/eranger/bootstrap/bin/install-server.sh sed -i 's/yum -y/yum -y --allowerasing/g' /opt/eranger/bootstrap/bin/install-server.sh
Installs Google Chrome and disables the automatically installed repo
dnf clean all dnf install google-chrome-stable sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/google-chrome.repo
IMPORTANT STEPS AFTER INSTALLING SKOOR < 8.0 ONLINE (does not apply if SKOOR >= 8.0)
Disable automatically created google chrome repo.
sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/google-chrome.repo
Installers
SKOOR Engine Server
/opt/eranger/bootstrap/bin/install-server.sh
The script performs the following tasks:
Installs various dependencies depending on the OS version.
Installs, enables and starts
firewalld
andchronyd
.Disables SELinux
Installs
eranger-server
and its dependenciesInstalls eranger-webservice, eranger-dashboards and eranger-etl.
Changes password of
admin
,skoor-report
andcollector-local
users to randomly generated ones.Asks for a valid SKOOR license and applies it to the config file.
Starts SKOOR services.