mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 05:15:57 +08:00
Update CONTRIBUTING.md
This commit is contained in:
parent
f487f7420b
commit
a6c41f312d
@ -18,10 +18,10 @@ Need to update [https://github.com/SigNoz/signoz/tree/main/frontend](https://git
|
|||||||
### Contribute to Frontend with Docker installation of SigNoz
|
### Contribute to Frontend with Docker installation of SigNoz
|
||||||
|
|
||||||
- `git clone 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#L59`
|
- comment out frontend service section at `deploy/docker/clickhouse-setup/docker-compose.yaml`
|
||||||
- run `cd deploy` to move to deploy directory
|
- run `cd deploy` to move to deploy directory
|
||||||
- Install signoz locally without the frontend
|
- Install signoz locally without the frontend
|
||||||
- Add below configuration to query-service section at `docker/clickhouse-setup/docker-compose.yaml#L36`
|
- Add below configuration to query-service section at `docker/clickhouse-setup/docker-compose.yaml`
|
||||||
|
|
||||||
```docker
|
```docker
|
||||||
ports:
|
ports:
|
||||||
@ -55,9 +55,9 @@ Need to update [https://github.com/SigNoz/signoz/tree/main/pkg/query-service](ht
|
|||||||
- git clone https://github.com/SigNoz/signoz.git
|
- git clone https://github.com/SigNoz/signoz.git
|
||||||
- run `cd signoz` to move to signoz directory
|
- run `cd signoz` to move to signoz directory
|
||||||
- run `sudo make dev-setup` to configure local setup to run query-service
|
- run `sudo make dev-setup` to configure local setup to run query-service
|
||||||
- comment out frontend service section at `docker/clickhouse-setup/docker-compose.yaml#L45`
|
- comment out frontend service section at `docker/clickhouse-setup/docker-compose.yaml`
|
||||||
- comment out query-service section at `docker/clickhouse-setup/docker-compose.yaml#L28`
|
- comment out query-service section at `docker/clickhouse-setup/docker-compose.yaml`
|
||||||
- add below configuration to clickhouse section at `docker/clickhouse-setup/docker-compose.yaml#L6`
|
- add below configuration to clickhouse section at `docker/clickhouse-setup/docker-compose.yaml`
|
||||||
```docker
|
```docker
|
||||||
expose:
|
expose:
|
||||||
- 9000
|
- 9000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user