sudo apt update
sudo apt install sed curl openssl uuid-runtime coreutils
# Community
cd ~/tools
curl -s https://docs.sysreptor.com/install.sh | bash
# The installation script creates a new sysreptor directory holding the source code and everything you need. It will build a docker image, create volumes and secrets and bring up your containers.
Update SysReptor
# Update
bash ~/tools/sysreptor/update.sh
# Restart
cd ~/tools/sysreptor/deploy
docker compose -f docker-compose.yml up -d