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
@@ -200,6 +201,46 @@ To stop and clean up the services.
200
201
docker compose down
201
202
```
202
203
204
+
## Running with codespaces
205
+
206
+
Click the next button to open in GitHub Codespaces
207
+
208
+
[](https://codespaces.new/nsdf-fabric/NSDF-INTERSECT)
209
+
210
+
Verify that you are using the `main` branch, the repository name `nsdf-fabric/NSDF-INTERSECT` and the dev container configuration `NSDF INTERSECT`. Then click on `Create Codespace`
211
+
212
+
### 📦 Building the services
213
+
214
+
Once the environment is created, we can build the services with the following:
215
+
216
+
```bash
217
+
make dashboard
218
+
```
219
+
220
+
```bash
221
+
make service
222
+
```
223
+
224
+
```bash
225
+
make storage
226
+
```
227
+
228
+
### 🌐 Setting up the network
229
+
230
+
Next, we can build the networking for the system with compose as follows:
231
+
232
+
```bash
233
+
make up
234
+
```
235
+
236
+
### 🧪 Running experiment campaigns
237
+
238
+
Finally, we can run a test client as follows:
239
+
240
+
```bash
241
+
make transition
242
+
```
243
+
203
244
## Authors
204
245
205
246
This project was created by the [NSDF team](https://nationalsciencedatafabric.org/contributors.html), and the [INTERSECT team](https://www.ornl.gov/intersect).
0 commit comments