Node-HIU Installation

From Heatweb Wiki
Revision as of 00:42, 9 July 2017 by Rhg (talk | contribs) (Created page with "==Installation Script== To simplify the process of upgrading your Raspberry Pi, and installing the basic Thermal Integration Node-HIU system, we have developed a script to ru...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Installation Script

To simplify the process of upgrading your Raspberry Pi, and installing the basic Thermal Integration Node-HIU system, we have developed a script to run through the steps automatically.

sudo apt-get update
sudo apt-get upgrade
wget https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered
bash update-nodejs-and-nodered
curl -L http://www.heatweb.info/updatefiles/node-hiu.sh | bash