You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before running the binaries on macOS, you need to remove the quarantine attribute that macOS applies to downloaded files. This step ensures they can execute without restrictions.
Run the `setup-workshop.sh` script which will configure the correct permissions and also create the initial configurations for the **Agent** and the **Gateway**.
✓ Configuration file created successfully: 2-building-resilience/gateway.yaml
131
+
✓ File size: 3376 bytes
132
+
133
+
✓ Completed configuration files for 2-building-resilience
134
+
135
+
Workshop environment setup complete!
136
+
Configuration files created in the following directories:
137
+
1-agent-gateway/
138
+
├── agent.yaml
139
+
└── gateway.yaml
140
+
2-building-resilience/
141
+
├── agent.yaml
142
+
└── gateway.yaml
143
+
```
62
144
63
-
The `setup-workshop.sh` script will create the necessary directories and generate the initial configuration files for the **Agent** and the **Gateway**.
0 commit comments