Open browser and navigate to the ip address + port number of machine where RedwoodHQ is installed on (it’s Login page)
Click on ‘Download Agent’ button and save the agent setup file
Double click on the setup file and click on Next
On the installer step where it’s asking you for ‘RedwoodHQ Server IP/Host Name’, enter the IP address of where the RedwoodHQ server is installed on and click on Next
Give full privileges access to the files (eg: chmod -R 777 [directory where RedwoodHQAgent is extracted])
Modify properties.conf file (located: [RedwoodHQAgent directory]/properties.conf):
AgentPort = (port the agent should use, set to default 5009)
AppServerIPHost = (ip address/host name of the RedwoodHQ server)
AppServerPort = (Server port, set to default 3000)
To start agent,
Go to: [RedwoodHQAgent directory]/agent
Run this command: start.sh
(if start.sh doesn’t exist then run this command: ../vendor/nodejs/node app.js)
To stop agent,
Go to: [RedwoodHQAgent directory]/agent
Run this command: stop.sh
(if stop.sh doesn’t exist then terminate node app.js command)
Give full privileges access to the files (eg: chmod -R 777 [directory where RedwoodHQAgent is extracted])
Modify properties.conf file (located: [RedwoodHQAgent directory]/properties.conf):
AgentPort = (port the agent should use, set to default 5009)
AppServerIPHost = (ip address/host name of the RedwoodHQ server)
AppServerPort = (Server port, set to default 3000)
To start agent,
Go to: [RedwoodHQAgent directory]/agent
Run this command: start.sh
(if start.sh doesn’t exist then run this command: ../vendor/nodejs/node app.js)
To stop agent,
Go to: [RedwoodHQAgent directory]/agent
Run this command: stop.sh
(if stop.sh doesn’t exist then terminate node app.js command)
Post your comment on this topic.