This project was created during a 2 parts stream with Adrian from Cisco DevNet to showcase how to build a production-grade automation platform with Infrahub.
- Part 1 (April 2025) : https://www.youtube.com/watch?v=E3KLBzyNBrU
- Part 2 (May 2025) : https://www.youtube.com/watch?v=SlncONsRyX4
uv init devnet-live-2025
cd devnet-live-2025
uv add infrahub-sdk --extra allmkdir schemas
mkdir data
mkdir templates
mkdir testsOption 1 - start with a one liner command
curl https://infrahub.opsmill.io | docker compose -p infrahub -f - up -dOption 2 - Copy the docker compose file locally and start docker compose
curl https://infrahub.opsmill.io > docker-compose.yaml
docker compose up -dStop Infrahub (assuming you used Option 2)
docker compose down -vsource .venv/bin/activateexport INFRAHUB_USERNAME=admin
export INFRAHUB_PASSWORD=infrahub
export INFRAHUB_ADDRESS=http://localhost:8000infrahubctl info