Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 4ce779b

Browse files
committed
wip
1 parent 5f5f969 commit 4ce779b

File tree

1 file changed

+6
-1
lines changed
  • docs/getting-started/deployment/servers/local

1 file changed

+6
-1
lines changed

docs/getting-started/deployment/servers/local/manually.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ sidebar_position: 2
5656
```
5757
5858
1. Start the `Coordination Server`
59+
5960
Ensure that you are at the repository root before proceeding.
6061
6162
```bash
@@ -64,7 +65,8 @@ sidebar_position: 2
6465
```
6566

6667
1. Start three `Computation Party Server` instances
67-
Ensure that you are at the repository root before proceeding.
68+
69+
In each step, ensure that you are at the repository root before proceeding.
6870

6971
1. Open a new terminal and start the `party-0` server:
7072
```bash
@@ -85,6 +87,9 @@ sidebar_position: 2
8587
```
8688

8789
1. Start the `Data Consumer API Server`
90+
91+
Ensure that you are at the repository root before proceeding.
92+
8893
```bash
8994
source venv/bin/activate
9095
poetry run consumet-api-run

0 commit comments

Comments
 (0)