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 
pm2 start /usr/bin/node-red -- -v

As Process

pm2 dump
pm2 startup systemd

View Log

pm2 list
pm2 info node-red
pm2 logs node-red