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

Commit a80f5be

Browse files
committed
update run_servers-related doc
1 parent e38843d commit a80f5be

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ sidebar_position: 2
2828
Make sure that you are at the repository root before proceeding.
2929

3030
```bash
31-
./start-all-servers.sh
31+
./run_servers.sh
3232
```
3333

3434
1. Shutdown all the infrastructure servers:
3535

3636
Make sure that you are at the repository root before proceeding.
3737

3838
```bash
39-
./shutdown-all-servers.sh
39+
./shutdown_all_servers.sh
4040
```

docs/getting-started/local.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ You have two options for deploying the servers locally:
2525
./setup_env.sh
2626
```
2727

28-
4. Start the servers:
28+
4. Start all of the servers:
2929
```bash
30-
./run_all_servers.sh
30+
./run_servers.sh
3131
```
3232
Shutdown the servers with `Ctrl+C`.
3333

docs/getting-started/remote.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ For each party server, perform the following steps:
123123

124124
5. Start Notary Server
125125
```bash
126-
pushd ./tlsn/notary/target/release
127-
./notary-server &
128-
popd
126+
./run_servers --notary-only
129127
```
130128

131129
4. Modify the configuration file at the repository root:

0 commit comments

Comments
 (0)