From 352a50328ffefce0aa296706f9b9d4915f49f463 Mon Sep 17 00:00:00 2001 From: Riccardo Vincenzo Vincelli Date: Tue, 1 Aug 2017 16:59:03 +0200 Subject: [PATCH] `cbd generate` fails if `jq` is not there Tested on CentOS 7.3 --- docs/onprem.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/onprem.md b/docs/onprem.md index 695dab4..42009da 100644 --- a/docs/onprem.md +++ b/docs/onprem.md @@ -114,6 +114,9 @@ By default the `cbd` tool tries to guess `PUBLIC_IP` to bind Cloudbreak UI to it #### Generate Your Profile +If not available already, install the jq JSON parser (make sure you are downloading the latest right version): +`wget https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64; mv jq-linux64 /bin/jq; chmod +x /bin/jq` + Generate configurations by executing: ```