0

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

TylerH
  • 20,799
  • 66
  • 75
  • 101

2 Answers2

0

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

omerh
  • 114
  • 2
0

YQ YAML processor is bundled within compose package of JFrog Xray. Set env variable YQ_PATH to <installer_home>/third-party/yq

Nikolay Ruban
  • 981
  • 9
  • 11