gmacario / learning-nodered

Learning Node-RED
MIT License
0 stars 1 forks source link

learning-nodered

Learning Node-RED

Reference documents

Running natively

Prerequisites

Install dependencies

(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

Run Node-RED

node node_modules/node-red/red.js

then browse http://localhost:1880

Running inside Docker

Prerequisites

Build the Docker image

docker build -t learning-nodered .

Run Node-RED inside a container

docker run -d -p 1880:1880 learning-nodered

then browse http://${docker_host}:1880

Copyright and License

learning-nodered is licensed under an Open Source license - for details please see the LICENSE file.

Copyright (C) 2019, Gianpaolo Macario