|
Some checks failed
Lint Checks / Run linter (push) Successful in 14s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (push) Failing after 31s
Database Test / Run database hosting test on kind/k8s (push) Failing after 31s
Container Registry Test / Run contaier registry hosting test on kind/k8s (push) Failing after 36s
Fix trailing whitespace and end-of-file issues across codebase. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| stack.yml | ||
Blast stack
Clone required repositories
$ laconic-so --stack fixturenet-blast setup-repositories
Build the stack's containers
$ laconic-so --stack fixturenet-blast build-containers
Create a deployment of the stack
$ laconic-so --stack fixturenet-blast deploy init --map-ports-to-host any-same --output blast-spec.yml
[Insert details on how to configure the stack]
$ laconic-so --stack fixturenet-blast deploy create --deployment-dir blast-deployment --spec-file blast-spec.yml
Start the stack
$ laconic-so deployment --dir blast-deployment start
Check logs:
$ laconic-so deployment --dir blast-deployment logs