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:

  1. Installs various dependencies depending on the OS version.

  2. Installs, enables and starts firewalld and chronyd.

  3. Disables SELinux

  4. Installs eranger-server and its dependencies

  5. Installs eranger-webservice, eranger-dashboards and eranger-etl.

  6. Changes password of admin, skoor-report and collector-local users to randomly generated ones.

  7. Asks for a valid SKOOR license and applies it to the config file.

  8. Starts SKOOR services.