Beginnings of blast stack

This commit is contained in:
2024-05-03 19:24:40 +00:00
committed by jonathanface
parent fe6b15b6a6
commit 42a1657afc
6 changed files with 29830 additions and 0 deletions
@@ -0,0 +1,26 @@
# 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
```
@@ -0,0 +1,8 @@
version: "1.0"
name: blast
description: "A blast stack"
repos:
containers:
pods:
- blast