Bridge demo update #16

Open
rachmaninovquar wants to merge 1 commits from hotfix/demo-update into main

View File

@ -92,7 +92,7 @@
- Clone required repositories:
```bash
laconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/nitro-node setup-repositories --git-ssh --pull
laconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/nitro-contracts setup-repositories --git-ssh --pull
Review

Seems like nitro-node should work since it has

containers:
  - cerc/go-nitro
  - cerc/nitro-client

while nitro-contracts only has nitro-client?

Seems like `nitro-node` should work since it has ```yaml containers: - cerc/go-nitro - cerc/nitro-client ``` while `nitro-contracts` only has `nitro-client`?
Review

This is what I'm seeing:

root@ubuntu-s-4vcpu-16gb-amd-nyc3-01:~# laconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/nitro-node setup-repositories --git-ssh --pull
Dev Root is: /root/cerc
ERROR: stack /root/cerc/nitro-stack/stack-orchestrator/stacks/nitro-node does not exist
This is what I'm seeing: ``` root@ubuntu-s-4vcpu-16gb-amd-nyc3-01:~# laconic-so --stack ~/cerc/nitro-stack/stack-orchestrator/stacks/nitro-node setup-repositories --git-ssh --pull Dev Root is: /root/cerc ERROR: stack /root/cerc/nitro-stack/stack-orchestrator/stacks/nitro-node does not exist ```
Review

That's really odd. Are you sure the fetch-stack command succeeds and CERC_REPO_BASE_DIR is not set to a different location?

That's really odd. Are you sure the fetch-stack command succeeds and CERC_REPO_BASE_DIR is not set to a different location?
```
- Build the container images: