Browse Source

node-RED installation and configuration

main
parent
commit
007f2d7c60
1 changed files with 13 additions and 2 deletions
  1. +13
    -2
      README.md

+ 13
- 2
README.md View File

@ -65,8 +65,19 @@ sudo apt install npm
Then, let us install the *Node-RED* app and the *Dashboard* complement by using the *Node Package Manager*:
npm install node-red
npm install node-red-dashboard
```
npm install node-red
npm install node-red-dashboard
```
now, we require to run in background the app and verify that *node-RED* is runnig:
```
node-red &
sudo netstat -plnt
```
here


Loading…
Cancel
Save