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:
yum update
If you want to install a typical web server (with Apache httpd, MySQL/MariaDB Database, PHP and Postfix/Dovecot) install the package liveconfig-meta
:
yum install liveconfig-meta
Finally install the LiveConfig client itself:
yum install lcclient