Installing Node Red...
 
Notifications
Clear all

Installing Node Red on Raspberry Pi or Ubuntu Linux

1 Posts
1 Users
1 Likes
828 Views
Avatar
(@dana)
NN0G
Joined: 4 years ago
Posts: 27
Topic starter  

Node Red on Ubuntu

Put together to support club presentation. Goes through the steps of setting up new Ubuntu / Raspberry PI to host Node Red. Then adds a sample application as an extra bonus. The application displays POTA Spots by Band and Mode, the nodes connected to the clubs Allstar hub and if lightning is within 25Km of I-25 & E-470

# Install Commands
# disable firewall
# sudo iptables -F
# Not above is temporary. Will change back to default upon reboot.

sudo apt update -y
sudo apt upgrade -ysudo
sudo apt install -y sudo build-essential git curl sqlite3 net-tools

bash <(curl -sL raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
sudo systemctl enable nodered
sudo systemctl restart nodered

# required nodes (Install using Pallete)
node-red-contrib-string
node-red-contrib-web-worldmap
node-red-dashboard
node-red-node-sqlite
node-red-node-ui-iframe

# GitHub URL 
 https://github.com/americanbwana/Pra-Pota-Node-Red.git 

 

 

 

 

This topic was modified 1 year ago 2 times by Dana (NN0G)

   
Quote
Share: