HINT: Don't like the way AniDB looks? There are a number of alternative styles available for registered users.

On Centos 8 - How To Install Observium

cp /opt/observium/config.php.default /opt/observium/config.php Edit config.php :

nano /opt/observium/config.php Set the database credentials: how to install observium on centos 8

cd /opt svn update --set-depth empty https://svn.observium.org/svn/observium/trunk observium If svn is missing: dnf install -y subversion Set permissions: cp /opt/observium/config

CREATE DATABASE observium CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; GRANT ALL PRIVILEGES ON observium.* TO 'observium'@'localhost' IDENTIFIED BY 'your_strong_password'; FLUSH PRIVILEGES; EXIT; Populate the schema: Populate the schema: