'Installing jfrog insights
I am trying to install jfrog insights by following their official documentation https://www.jfrog.com/confluence/display/JFROG/Installing+Insight#InstallingInsight-ManualDockerComposeInstallation
while executing the command step 3 :./config.sh I got the error Error: [ERROR] YQ_PATH is not set, the script requires a $YQ_PATH/yq to work with system.yaml
Please someone help me to fix
Solution 1:[1]
YQ is a portable YAML processor. You can either install it or point it to the <installer_home>/third-party/yq
folder
*installer_home is where you extracted the docker-compose package
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | omerh |