We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cbd1d commit 1e1e1e7Copy full SHA for 1e1e1e7
new_samples/client_samples/helloworld_tls/README.md
@@ -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
13
+ docker compose -f ./docker/dev/cassandra.yml up -d
14
15
16
+3. **Install schema**
17
18
+ make install-schema
19
20
21
+4. **Start cadence server with TLS**
22
23
+ ./cadence-server --zone tls start
24
25
+ Or
26
27
+ ./cadence-server --env development --zone tls start
28
29
30
## Running the Sample
31
32
### Step 1: Download Certificates
0 commit comments