This is an old revision of the document!


Node-RED

Node-RED is A visual tool for wiring the Internet of Things, see http://nodered.org

Installation on Debian 8

apt-get install npm libicu-dev
npm install node-red pm2 -g

Start Node-RED

From Shell

node-red -v 

As Process

pm2 start /usr/bin/node-red -- -v