This repository is used to continuously deploy software and configure the server node(s).
sudo apt update
sudo apt install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
sudo tee /etc/apt/sources.list.d/docker.sources <<EOF
sudo apt update
sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo systemctl status docker
sudo docker run hello-worldmkdir /opt/static_html
de /opt/static_html/
wget 'https://raw.githubusercontent.com/Malshare/offline/refs/heads/main/index.html'
wget 'https://github.com/Malshare/offline/blob/main/logo_header.png?raw=true' -O logo_header.pngcd /root
mkdir conf-src
cd conf-src
docker compose up