Node-Red Dashboard

Node-Red Dashboard (Raspberry Pi)

Posted on Updated on

To setup Node-Red Dashboard, I started from a fresh install of Raspbian (Raspbian Jessie, May 2016)

  1. Once Raspbian is loaded, expend file system
  2. Open terminal and do an update
    sudo apt-get update
  3. reinstall Node-Red
    sudo apt-get install nodered
  4. install npm
    sudo apt-get install npm
    sudo npm i -g npm@2.x
    
  5. install dashboard node
    cd ~/.node-red
    sudo npm install node-red-dashboard
  6. Done