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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s