yes, exactly. I have to prepare ansible scripts to install everything manually without docker
p
Pranay
06/24/2022, 11:30 AM
ah, got it. I don't think it is supported today - There's an existing issue on this https://github.com/SigNoz/signoz/issues/392
Please add your use case on the issues so that we can understand how much community demand is there for this
t
T K
06/24/2022, 12:00 PM
thank you, will do. So now there is no way to do it manually?
T K
06/24/2022, 12:00 PM
I mean I can prepare everything by myself but digging how docker images are created would be a lot of work and though maybe there is some simple list of commands to install everything from binary?
j
Jason Harrison
07/11/2022, 10:40 PM
SigNoz uses docker-compose so there are several docker containers running. The docker-compose.yaml file lists all of the containers and their source images.
Jason Harrison
07/11/2022, 10:41 PM
Unfortunately, they may have slightly different expectations for dependent libraries. That might prevent their successful extraction and installation into a native environment.