Single Machine Deployment Guide
You'll still have to follow all steps from the Hatching Triage, Hatching Sandbox, and Hatching Frontend subpages. But in order to speed it up a little bit, here are some combined commands:
These only work on Ubuntu 22.04 and newer.
For Windows only setups:
apt update
apt install hatching-triage hatching-sandbox-node \
hatching-frontend nginx python3
triage-setup all
For all OS setups:
apt update
apt install hatching-triage hatching-sandbox-allos-node \
hatching-frontend nginx python3
triage-setup all
For Ubuntu 20.04:
apt install hatching-triage hatching-sandbox qemu-hardened \
hatching-binaries nginx python3 hatching-frontend
triage-setup all