19 lines
515 B
Markdown
19 lines
515 B
Markdown
|
# Go-nitro
|
||
|
|
||
|
## Clone the stack repo
|
||
|
<!-- TODO: Test clone stack repo command -->
|
||
|
|
||
|
## Clone required repositories
|
||
|
|
||
|
<!-- TODO: Update path to nitro stack -->
|
||
|
```bash
|
||
|
laconic-so --stack /<path-to-nitro-stack>/nitro-stack/stack-orchestrator/stack/go-nitro setup-repositories
|
||
|
```
|
||
|
Note: Replace path to nitro stack with actual path
|
||
|
|
||
|
## Build the container image
|
||
|
|
||
|
<!-- TODO: Update path to nitro stack -->
|
||
|
```bash
|
||
|
laconic-so --stack /<path-to-nitro-stack>/nitro-stack/stack-orchestrator/stack/go-nitro build-containers
|
||
|
```
|