...
Navigation
Anchor | ||||
---|---|---|---|---|
|
Log in to your Cloudaware account.
Select Admin under your username in the upper right corner.
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 |