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 165bdff commit 66ee454Copy full SHA for 66ee454
README.md
@@ -24,12 +24,17 @@ Here are the steps:
24
git clone https://github.com/QuesmaOrg/observability-query-language.git
25
```
26
27
-2. Build and run. The first build may take a few minutes:
+2. Copy `.env.example` to `.env` (by default it will use ClickHouse running in Docker):
28
+ ```bash
29
+ cp .env.example .env
30
+ ```
31
+
32
+3. Build and run. The first build may take a few minutes:
33
```bash
34
docker compose up --build
35
36
-3. Click here to start exploring:
37
+4. Click here to start exploring:
38
[http://localhost:3000/a/quesma-oql-app](http://localhost:3000/a/quesma-oql-app)
39
40
## Examples
0 commit comments