How to install Node-RED

Revision as of 11:18, 27 November 2020 by Registered User

Node-Red could be easily install using the package repository for OpenSTLinux distribution service.

1. node-red

Simply execute the following command to install Node-Red:

 apt-get update
 apt-get install node-red

2. node-red-dashboard module

This module provides a set of nodes in Node-RED to quickly create a live data dashboard [1].

 apt-get install node-red-dashboard

3. node-red-contrib-image-tools module

A Node-RED node to perform functions on images and decode barcodes [2].

 apt-get install node-red-contrib-image-tools

4. References

No categories assignedEdit