Install Windows

  1. Open browser and navigate to the ip address + port number of machine where RedwoodHQ is installed on (it’s Login page)
  2. Click on ‘Download Agent’ button and save the agent setup file
  3. Double click on the setup file and click on Next
  4. 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

Update RedwoodHQ Agent

Install Linux (eg: Ubuntu)

  1. Download Linux Agent from here: RedwoodHQ Download Page
  2. Extract the Agent to the directory that you want
  3. Give full privileges access to the files (eg: chmod -R 777 [directory where RedwoodHQAgent is extracted])
  4. 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)
  5. 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)
  6. 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)

Install Mac (OS X)

  1. Download Mac Agent from here: RedwoodHQ Download Page
  2. Extract the Agent to the directory that you want
  3. Give full privileges access to the files (eg: chmod -R 777 [directory where RedwoodHQAgent is extracted])
  4. 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)
  5. 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)
  6. 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)

Feedback

Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
For customer support, please contact us here.

Post Comment