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 e48baeb commit 06aabd6Copy full SHA for 06aabd6
docs/getting-started/getting-started-chunks.md
@@ -20,7 +20,10 @@ Cortex can also make use of external memcacheds for caching and although these a
20
21
For simplicity and to get started, we'll run it as a [single process](../configuration/single-process-config.md) with no dependencies:
22
23
+Clone and build prometheus
24
```sh
25
+$ git clone https://github.com/cortexproject/cortex.git
26
+$ cd cortex
27
$ go build ./cmd/cortex
28
$ ./cortex -config.file=./docs/configuration/single-process-config.yaml
29
```
0 commit comments