-
Notifications
You must be signed in to change notification settings - Fork 1
Node RED
bapowell edited this page Aug 10, 2021
·
12 revisions
- Official site
- Docs/Help/Tutorials
-
Installing/Running on Raspberry Pi
- Installation log: /var/log/nodered-install.log
- User content installed under ~/.node-red (e.g. /home/pi/.node-red)
- Global content installed to:
- /usr/bin/node
- /usr/bin/nodejs (symlink to /etc/alternatives/nodejs, which symlinks back to /usr/bin/node)
- /usr/bin/node-red (symlink to ../lib/node_modules/node-red/red.js
- /usr/bin/node-red-pi (symlink to ../lib/node_modules/node-red/bin/node-red-pi
- /usr/bin/node-red-* scripts
- /usr/lib/node_modules
- The getting-started page has instructions for starting/stopping, running as a service, and starting automatically on boot.
- https://nodered.org/docs/user-guide/runtime/adding-nodes
- Common nodes to add:
-
node-red-dashboard
- See Dashboard section below
-
node-red-dashboard