This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ee:nodered [2020/10/19 22:23] FKR@staff.hsrw |
ee:nodered [2025/02/05 10:09] (current) |
||
---|---|---|---|
Line 13: | Line 13: | ||
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) | bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) | ||
</code> | </code> | ||
+ | |||
+ | Dasboard installieren: | ||
+ | <code> | ||
+ | node-red-stop | ||
+ | cd ~/.node-red | ||
+ | npm install node-red-dashboard | ||
+ | </code> | ||
+ | |||
Mosquito installieren: | Mosquito installieren: |