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

Commit 196395a

Browse files
committed
wip
1 parent 25c5293 commit 196395a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,32 @@ sidebar_position: 2
99
1. Install Poetry by following the instructions [here](https://python-poetry.org/docs/#installation).
1010

1111
1. Clone the repository and cd to the repository root:
12+
1213
```bash
1314
git clone https://github.com/ZKStats/mpc-demo-infra.git
1415
cd mpc-demo-infra
1516
```
1617

1718
1. Set up the environment:
1819

20+
Make sure that you are at the repository root before proceeding.
21+
1922
```bash
2023
./setup_env.sh
2124
```
2225

2326
1. Start all the infrastructure servers:
2427

28+
Make sure that you are at the repository root before proceeding.
29+
2530
```bash
2631
./start-all-servers.sh
2732
```
2833

2934
1. Shutdown all the infrastructure servers:
3035

36+
Make sure that you are at the repository root before proceeding.
37+
3138
```bash
3239
./shutdown-all-servers.sh
3340
```

0 commit comments

Comments
 (0)