Table of Contents | ||
---|---|---|
|
Manual
Linux
Download the agent installer (Admin - Breeze - SHOW INFO - Linux Agent) to the temporary directory.
Unpack the archive:
Code Block tar xvzf breeze-agent*.tgz
Enter unpacked directory
:
Code Block cd breeze-agent
Run installation script:
...
It should be used only by the cronjob. When agent run manually, the log data will be printed to STDOUT.
Windows
Download the agent (Admin - Breeze - SHOW INFO - Windows Agent)
...
Open the Task Scheduler (Start → Control Panel → Administrative tools → Task Scheduler) and check that the scheduled task called Breeze Agent has been created.Run the job manually.Check the log-file C:\Program Files\Breeze\agent.log.
Automated
AWS Elastic Beanstalk
Installing the Breeze Agent on AWS Elastic Beanstalk can be done using .ebextension configuration files. In this example, we will use EB CLI to deploy new configuration.
...