Debian/Ubuntu¶
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:
Debian (manual installation)¶
With the following commands you add the LiveConfig GPG key and the repository:
wget -O /root/liveconfig-keyring.deb https://www.liveconfig.com/liveconfig-keyring.deb
dpkg -i /root/liveconfig-keyring.deb
Then update your repository data:
apt 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
:
apt install liveconfig-meta
Finally install LiveConfig itself:
apt install liveconfig
The setup program asks you for a password for the admin
account:

Finally you’re asked whether you already have a license key for LiveConfig. If you do, then enter it here, otherwise just leave it empty.

Ubuntu (manual installation)¶
With the following commands you add the LiveConfig GPG key and the repository:
wget -O - https://www.liveconfig.com/liveconfig.key | sudo apt-key add -
cd /etc/apt/sources.list.d
sudo wget http://repo.liveconfig.com/debian/liveconfig.list
Then update your repository data:
sudo apt 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
:
sudo apt install liveconfig-meta
Finally install LiveConfig itself:
sudo apt install liveconfig
The setup program asks you for a password for the admin
account:

Finally you’re asked whether you already have a license key for LiveConfig. If you do, then enter it here, otherwise just leave it empty.
