Skip to content

Commit 1e1e1e7

Browse files
committed
feat: update the read me with server Pre-requisites
1 parent 70cbd1d commit 1e1e1e7

File tree

1 file changed

+29
-0
lines changed
  • new_samples/client_samples/helloworld_tls

1 file changed

+29
-0
lines changed

new_samples/client_samples/helloworld_tls/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## Pre-requisites
2+
3+
Follow this document to start cadence server:
4+
https://github.com/cadence-workflow/cadence/blob/e1267de12f8bc670fc84fab456d3495c8fc2f8a8/CONTRIBUTING.md#L1
5+
6+
1. **Build tools in cadence server**
7+
```bash
8+
make bins
9+
```
10+
11+
2. **Start cassandra**
12+
```bash
13+
docker compose -f ./docker/dev/cassandra.yml up -d
14+
```
15+
16+
3. **Install schema**
17+
```bash
18+
make install-schema
19+
```
20+
21+
4. **Start cadence server with TLS**
22+
```bash
23+
./cadence-server --zone tls start
24+
```
25+
Or
26+
```bash
27+
./cadence-server --env development --zone tls start
28+
```
29+
130
## Running the Sample
231

332
### Step 1: Download Certificates

0 commit comments

Comments
 (0)