Learning Node-RED
(If running on Windows) open a shell with Administrator rights and type the following commands:
npm install --global windows-build-tools
NOTE: The installation of windows-build-tools
may take several minutes.
Install npm package dependencies:
npm install
node node_modules/node-red/red.js
then browse http://localhost:1880
docker build -t learning-nodered .
docker run -d -p 1880:1880 learning-nodered
then browse http://${docker_host}:1880
learning-nodered is licensed under an Open Source license - for details please see the LICENSE
file.
Copyright (C) 2019, Gianpaolo Macario