⛏ Rolling server bases, batteries included.
For bare-metal, virtual machines and LXC containers.
- On any of the supported distros, make sure
curl
is available. - Execute
sh <(curl -Ls https://github.com/ltgcgo/gel/releases/latest/download/install.sh)
. - Connect to the SSH with
ssh -p 1122 <serverIP>
. User passwords won't change, but SSH settings will.
Container images are only offered as a convenient way of inspecting the installations.
- Spin up one of the available Gel flavours.
- Images are available on the Docker Hub if you want to save time. Use
podman pull docker.io/ltgc/gel:<flavour>
to pull the images. - Or feel free to build the image yourself with
./shx up <flavour>
.
- Images are available on the Docker Hub if you want to save time. Use
- Connect to the SSH with
ssh -p 1122 root@127.0.1.1
. The default password isroot
.
Visit kb.ltgc.cc for documentation.