Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Navigation
Anchor
Navigation-Steps
Navigation-Steps

  1. Log in to your Cloudaware account.

  2. Select Admin under your username in the upper right corner.

  3. Locate Breeze in the list of DevOps Integrations. Click 1 Configured.

Manual Installation

Check the Navigation section to get the Breeze agent installer file.

...

Add the next line before the string ruby  ruby ./app.rb:

Code Block
export http_proxy="http://1.2.3.4:3128"

ruby ./app.rb # this line already exist in file

...

Add the next line before the string ruby app.rb:

Code Block
app.rb >> agent.log 2>&1:
set http_proxy=http://1.2.3.4:3128

ruby app.rb >> agent.log 2>&1