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
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