Skip to content

Commit a517bc5

Browse files
committed
Update readme
1 parent 18a9eb9 commit a517bc5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

clustered/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ This guide will walk you through setting up and running a ComputeAI cluster. You
4242
- Navigate to the `jitsuServer` directory.
4343
- Start the Jitsu Server using Docker Compose with the `.env` file:
4444
```bash
45-
cd /path/to/cluster/jitsuServer
45+
cd /path/to/dir/jitsuServer
4646
docker-compose --env-file ../.env up -d
4747
```
4848
- Confirm that the Jitsu Server is up and running on each node.
49+
- Ensure that port 50051 is open for communication with the Orchestrator.
4950

5051
4. **Configure `STATIC_IP_LIST`:**
5152

@@ -62,10 +63,11 @@ This guide will walk you through setting up and running a ComputeAI cluster. You
6263
- Navigate to the `orchestrator` directory.
6364
- Start the Orchestrator service using Docker Compose with the `.env` file:
6465
```bash
65-
cd /path/to/cluster/orchestrator
66+
cd /path/to/dir/orchestrator
6667
docker-compose --env-file ../.env up -d
6768
```
6869
- Verify that the Orchestrator service is up and managing the Jitsu Server nodes.
70+
- Connect to the jupyter notebook on port 8888, and the ComputeAI dashboard on port 8080
6971

7072
## Final Considerations
7173

0 commit comments

Comments
 (0)