Open gmarxcc opened 2 years ago
Specifically, using the Raspberry Pi 4 we have to install the Node-RED by:
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
then,
node-red-start
and we can enable it to run every time the rasp turns on by
sudo systemctl enable nodered.service