Native installation of the agent on the windows machines - Kaholo/kaholo-agent GitHub Wiki
Installation agent on windows:
-
Install choco: instructions on https://chocolatey.org/install
-
Install LTS nodejs from choco:
choco install nodejs-lts
-
Install pm2 globally:
npm i pm2 -g
-
Download agent form this repository:
https://github.com/Kaholo/kaholo-agent
-
Install dependencies:
npm i --production
-
Create
kaholo-agent.conf
by copyingkaholo-agent.conf.example
and change the variables inside it in order to reflect your infrastructure configuration.
To run agent use:
pm2 start npm --name "kaholo-agent" -- start