Install using SKOOR Bootstrap (recommended)
The package SKOOR Bootstrap provides some convenient scripts to setup SKOOR components.
dnf -y install eranger-bootstrap
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
firewalldandchronyd.Disables SELinux
Installs
eranger-serverand its dependenciesInstalls eranger-webservice, eranger-dashboards and eranger-etl.
Changes password of
admin,skoor-reportandcollector-localusers to randomly generated ones.Asks for a valid SKOOR license and applies it to the config file.
Starts SKOOR services.
Please keep the default PG_HOME directory at /var/lib/pgsql and avoid relocating it. Also, do not create additional mount points within this directory (for example, mounting /var/lib/pgsql/17/data from a different device). Changing the layout in this way can significantly complicate future PostgreSQL upgrades. Instead, mount /var/lib/pgsql directly from another device or use additional tablespaces. An example can be found here.