From 32a09d4ca28f63c1b98a002fdf0f96a497113bee Mon Sep 17 00:00:00 2001 From: Vishal Sharma Date: Tue, 7 Dec 2021 11:59:45 +0530 Subject: [PATCH] chore(contributing.md): update contributing doc for latest SigNoz release (#465) --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 66e0f102ac..2f3021cb9d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,9 @@ Need to update [https://github.com/SigNoz/signoz/tree/main/pkg/query-service](ht - `git clone https://github.com/SigNoz/signoz.git && cd signoz/deploy` - comment out frontend service section at `docker/clickhouse-setup/docker-compose.yaml#L38` - comment out query-service section at `docker/clickhouse-setup/docker-compose.yaml#L22` -- Run `docker-compose -f docker/clickhouse-setup/docker-compose.yaml up -d` (this will install signoz locally without the frontend and query-service) +- Install signoz locally without the frontend and query-service + - If you are using x86_64 processors (All Intel/AMD processors) run `sudo docker-compose --env-file ./docker/clickhouse-setup/env/x86_64.env -f docker/clickhouse-setup/docker-compose.yaml up -d` + - If you are on arm64 processors (Apple M1 Macbooks) run `sudo docker-compose --env-file ./docker/clickhouse-setup/env/arm64.env -f docker/clickhouse-setup/docker-compose.yaml up -d` - `STORAGE=clickhouse ClickHouseUrl=tcp://localhost:9001 go run main.go` **_Query Service should now be available at `http://localhost:8080`_**