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 470e8a6 commit 7467860Copy full SHA for 7467860
docs/01-get-started/01-server-installation.md
@@ -20,12 +20,13 @@ Follow the Docker installation instructions found here: [https://docs.docker.com
20
21
Download the Cadence docker-compose file:
22
23
+Clone the repo
24
```bash
-curl -O https://raw.githubusercontent.com/cadence-workflow/cadence/master/docker/docker-compose.yml && curl -O https://raw.githubusercontent.com/cadence-workflow/cadence/master/docker/prometheus/prometheus.yml
25
+git clone https://github.com/cadence-workflow/cadence.git
26
```
27
Then start Cadence Service by running:
28
-docker-compose up
29
+cd cadence/docker && docker-compose up
30
31
Please keep this process running at background.
32
0 commit comments