We recommend to install LiveConfig using the installation script:
wget -O- https://install.liveconfig.com/lc3 | sh
This will add the LiveConfig GPG key and the LiveConfig repository, optionally install required services (web server, mail server, database server, …) and finally the package liveconfig3
.
Alternatively, you can also add the repository and install LiveConfig manually:
With the following commands you add the LiveConfig GPG key and the repository:
rpm --import https://www.liveconfig.com/liveconfig.key
cd /etc/yum.repos.d
curl -Os http://repo.liveconfig.com/centos/liveconfig.repo
Then update your repository data:
dnf update
Finally install LiveConfig itself:
dnf install liveconfig3