This message will disappear after all relevant tasks have been resolved.
Semantic MediaWiki
There are 1 incomplete or pending task to finish installation of Semantic MediaWiki. An administrator or user with sufficient rights can complete it. This should be done before adding new data to avoid inconsistencies.Node-RED® can be easily installed using the package repository for OpenSTLinux distribution service.
1. Node-RED direct installation
Execute the following commands to install Node-RED:
apt-get update apt-get install node-red
Node-RED is automatically started and can be accessed remotely using your web browser:
http://<board IP @>:1880
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
To access the Node-RED dashboard using your web browser:
http://<board IP @>:1880/ui
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