CentOS/RHEL

We recommend to install LiveConfig using the installation script:

wget -O- https://install.liveconfig.com | sh

This will add the LiveConfig GPG key and the LiveConfig repository, optionally install the package liveconfig-meta and finally the package liveconfig.

Alternatively, you can also add the repos and install LiveConfig manually:

Manual Installation

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 LiveConfig itself:

yum install liveconfig

Last updated on Apr 13, 2020.
next: AutoDeploy
previous: Debian/Ubuntu