Raspberrypi#Install Node-Red

This article will walk you through the process of installing Node-red on a Raspberry pi. Installation Execute the following command in Terminal. bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) Enter “y” and proceed with the installation. You will be asked if it is Y/N again, enter “y” and proceed with the installation. It takes roughly 10 minutes. Done! Running locally You can launch Node-RED locally on the Raspberry PI from the Node-RED command. … Continue reading Raspberrypi#Install Node-Red