Versions Compared

Key

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

...

3. Copy Breeze Agent cookbook to your cookbook directory and upload it to the server:

Code Block
cp -r public-utilities/chef-modules/breeze-agent ~/cookbooks/
knife cookbook upload breeze-agent

...

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

Code Block
export http_proxy="http://1.2.3.4:3128"
./app.rb # this line already exist in file

On Windows:

Open file C:\Program Files\Breeze\app.bat

Add the next line before the string ruby

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