add commands to install sqlite3 in Makefile.
This commit is contained in:
2
Makefile
2
Makefile
@@ -102,6 +102,8 @@ build-push-ee-query-service:
|
||||
--build-arg LD_FLAGS="$(LD_FLAGS)" --tag $(REPONAME)/$(QUERY_SERVICE_DOCKER_IMAGE):$(DOCKER_TAG) .
|
||||
|
||||
dev-setup:
|
||||
sudo apt update
|
||||
sudo apt install sqlite3
|
||||
mkdir -p /var/lib/signoz
|
||||
sqlite3 /var/lib/signoz/signoz.db "VACUUM";
|
||||
mkdir -p pkg/query-service/config/dashboards
|
||||
|
||||
Reference in New Issue
Block a user