NodeRED/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Frhenn (Diskussion | Beiträge) |
Frhenn (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
= Introduction = |
|||
* Node-RED is a graphical development tool. The software enables applications in the area of the Internet of Things to be implemented using a simple modular principle. In Node-RED there are so-called "nodes" which look like this. |
|||
[[Datei:Node-RED nodes.png|400px]] |
|||
= Preparations = |
= Preparations = |
||
* If you haven't installed Node.js yet download and install it here: https://nodejs.org/en/download/ |
* If you haven't installed Node.js yet download and install it here: https://nodejs.org/en/download/ |
Version vom 27. Januar 2020, 13:28 Uhr
Introduction[Bearbeiten]
- Node-RED is a graphical development tool. The software enables applications in the area of the Internet of Things to be implemented using a simple modular principle. In Node-RED there are so-called "nodes" which look like this.
Preparations[Bearbeiten]
- If you haven't installed Node.js yet download and install it here: https://nodejs.org/en/download/
- Use the command line to verify that Nodejs has been installed correctly.
- To open the command line type "cmd" in the Windows search bar and press the enter key.
- After you have opened the command line type "node --version" in.
- Also type "npm --version" in the command line.
- Hint: npm usually comes with Node.js
- Internet connection available?
Installing Node-RED[Bearbeiten]
- Open command line
- Enter "npm install -g --unsafe-perm node-red" and press the enter key
- Enter "npm install node-red-node-test-helper node-red --save-dev" and press the enter key
- Enter "node-red" and press the enter key to start Node-RED
- After you have started Node-RED open your browser (Chrome, Firefox, Internet Explorer, ...)
- Enter "localhost:1880" into the search bar of your browser and press the enter key