Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
cbd generate fails if jq is not there
Tested on CentOS 7.3
  • Loading branch information
rvvincelli authored Aug 1, 2017
commit 352a50328ffefce0aa296706f9b9d4915f49f463
3 changes: 3 additions & 0 deletions docs/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down