Node-Red Dashboard (Raspberry Pi)
To setup Node-Red Dashboard, I started from a fresh install of Raspbian (Raspbian Jessie, May 2016)
- Once Raspbian is loaded, expend file system
- Open terminal and do an update
sudo apt-get update
- reinstall Node-Red
sudo apt-get install nodered
- install npm
sudo apt-get install npm sudo npm i -g npm@2.x
- install dashboard node
cd ~/.node-red sudo npm install node-red-dashboard
- Done