It took me 40 minutes to setup SigNoz and run it f...
# contributing
a
It took me 40 minutes to setup SigNoz and run it from source, but with this - should be no more than a minute. 👆
p
awesome @Aditya KP this is merged 🙂
Would it also have some impact on current contributing.md? https://github.com/SigNoz/signoz/blob/develop/CONTRIBUTING.md If yes, can you also update the relevant parts
a
Yeah. The commands that I added makes both
frontend
and
query-service
work inside docker - but I assume that's not always required. (For example, if some FE contributor just wants to run
frontend
from source, but
query-service
from the upstream signoz docker cause they don't want to install
go
OR some BE contributor just wants to run
query-service
and not run
frontend
at all). I am working on a startup script which caters to all these changes. Will also change the
CONTRIBUTING.md
doc as well with the same change.
p
cool, that would be great @Aditya KP. Many times contributor want to run
frontend
from source if they are just contributing to FE pieces and vice versa.