VeloBid is a Dockerized bid generation and Hermes-assisted estimating stack.
The active deployment path is Linux host Docker directly:
- VeloBid API/UI container
- Hermes gateway container
- persistent host storage under
/srv/velobid - backup and restore scripts under
scripts/
Start here:
sudo bash scripts/linux-host-init.sh
sudo bash scripts/linux-host-deploy.sh
sudo bash scripts/linux-host-backup.shThe older libvirt/KVM VM bootstrap path is archived under docs/archive/ for reference. It is not the current deployment path.