Skip to content

Instantly share code, notes, and snippets.

@C-Loftus
Last active December 2, 2024 20:59
Show Gist options
  • Select an option

  • Save C-Loftus/a767978e2ee925ad0ac45c7d730637c9 to your computer and use it in GitHub Desktop.

Select an option

Save C-Loftus/a767978e2ee925ad0ac45c7d730637c9 to your computer and use it in GitHub Desktop.
Setup WIS2BOX
sudo apt update
sudo apt upgrade
# Docker
sudo groupadd docker
sudo usermod -aG docker $USER
git clone https://github.com/cgs-earth/wis2box/
cd wis2box
python3 wis2box-ctl.py start
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curl
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
sudo apt update
sudo apt install caddy
# open port 443 and 80 on the VM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment