stack-orchestrator/stack_orchestrator/data/stacks/blast
jonathan@vulcanize.io 2252252072
All checks were successful
Lint Checks / Run linter (push) Successful in 32s
Lint Checks / Run linter (pull_request) Successful in 27s
Webapp Test / Run webapp test suite (pull_request) Successful in 3m40s
Deploy Test / Run deploy test suite (pull_request) Successful in 6m37s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m44s
Smoke Test / Run basic test suite (pull_request) Successful in 3m15s
comment format
2024-03-05 20:42:53 +00:00
..
deploy comment format 2024-03-05 20:42:53 +00:00
README.md Beginnings of blast stack 2024-03-04 15:05:31 -07:00
stack.yml copying genesis.json to /data/blast-data for blast 2024-03-05 20:32:56 +00:00

Blast stack

Clone required repositories

$ laconic-so --stack blast setup-repositories

Build the stack's containers

$ laconic-so --stack blast build-containers

Create a deployment of the stack

$ laconic-so --stack blast deploy init --map-ports-to-host any-same --output blast-spec.yml

[Insert details on how to configure the stack]

$ laconic-so --stack 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