From 9e76106ee0efc8a727bf2eb62b9ad0ef90d04420 Mon Sep 17 00:00:00 2001 From: Pranay Prateek Date: Wed, 14 Jul 2021 21:14:17 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c39ad6a6a7..9f9edc3dfc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Need to update [https://github.com/SigNoz/signoz/tree/main/frontend](https://git ### Contribute to Frontend with Docker installation of SigNoz -- `git clone [https://github.com/SigNoz/signoz.git](https://github.com/SigNoz/signoz.git) && cd signoz` +- `git clone https://github.com/SigNoz/signoz.git && cd signoz` - comment out frontend service section at `deploy/docker/clickhouse-setup/docker-compose.yaml#L38` - run `cd deploy && docker-compose -f docker/clickhouse-setup/docker-compose.yaml up -d` (this will install signoz locally without the frontend service) - `cd ../frontend` and change baseURL to `http://localhost:8080` in file `src/constants/env.ts`