title |
---|
Installation |
If you have not yet found a suitable hosting provider to host this status page, we can recommend Hetzner Online GmbH
Prerequisites
A server with Ubuntu-20.04 or newer is preinstalled for this.
The default credentials of the software
- Username:
[email protected]
- Password:
livvck
The very first thing we do is update the package lists and packages on the server so that we are up to date.
apt update && apt upgrade -y
Now we install the necessary dependencies for the software, including Docker & Docker-Compose
apt -y install unzip wget curl
curl https://get.docker.com | sh
apt -y install docker-compose
::: warning You can find your license on the LIVCK licenses page, copy the license and paste it in the URL (Replace it with PLACEHOLDER-LICENSE)
Before you can start the download, you have to enter the IP of the server into the IP Whitelist of LIVCK. :::
cd /opt && wget -4 https://livck.com/dl/self-hosted/PLACEHOLDER-LICENSE -O livck.zip
unzip livck.zip
mkdir livck && mv LIVCK-self-hosted-*/* /opt/livck
rm LIVCK-self-hosted-* -R && rm livck.zip
Go into the livck folder
cd livck
Execute the following commands to start the installation script.
chmod 700 install.sh
./install.sh