The steps to install and run Linux/Mac Server:

  1. Download Linux/Mac Server from here: RedwoodHQ Download Page
  2. Extract the Server to the directory that you want
  3. Open terminal and switch to a sudo user for full privileges (eg: sudo su)
  4. Give full privileges access to the files in RedwoodHQ directory (eg: chmod -R 777 [directory where RedwoodHQ is extracted])
  5. Start Server:
    Go to: [RedwoodHQ directory]
    Run this command: start.sh
  6. Start Agent:
    Go to: [RedwoodHQ directory]/agent
    Run this command: start.sh
  7. Server is now running as ip address:port which can be accessed through Web Browser (eg: http://127.0.0.1:3000)

Go to Quick Start Guide 1 and from Execute section begin learning to use RedwoodHQ, have fun!

Stopping Server/Agent:

  1. Stop Server:
    Go to: [RedwoodHQ directory]
    Run this command: stop.sh
  2. Stop Agent:
    Go to: [RedwoodHQ directory]/agent
    Run this command: stop.sh

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