Installation - nodebotrpa/editor GitHub Wiki

NodeBot RPA uses node-red as flow editor to automate processes

Installation

  1. Download Node.js and install it
  2. Install WebSocket module
npm install ws
  1. Install Node-Red
npm install -g --unsafe-perm node-red
  1. Run Node-Red and install NodeBot RPA nodes from manage palette menu
  2. If you want to install manually follow the below steps 5.1 Start command line as administrator 5.2 Run command
cd <node-red location>
npm install <nodebot module>

Run

  1. Start Node-red
node-red

You can access the editor by your browser at http://localhost:1880

  1. Run BotConnect
cd <BotConnect location>
node ws-ssl.js
  1. Run NodeBot Worker