Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| public:blog:mp:webex-sdk:install-node-red [2021/08/26 16:16] – Proest, Marcus | public:blog:mp:webex-sdk:install-node-red [2021/08/26 17:02] (aktuell) – [Using an Online Service] Proest, Marcus | ||
|---|---|---|---|
| Zeile 3: | Zeile 3: | ||
| For your first steps in Node-Red, you may want to install it in a disposable environment. | For your first steps in Node-Red, you may want to install it in a disposable environment. | ||
| - | If you have the Windows Sandbox Feature enabled, you can just start up a new Sandbox, start Powershell, and paste the following script to fire up a Node-REd instance within a few minutes. | + | If you have the [[https:// |
| + | |||
| + | <note warning> | ||
| <code powershell> | <code powershell> | ||
| Zeile 18: | Zeile 20: | ||
| </ | </ | ||
| + | |||
| + | ===== Using an Online Service ===== | ||
| + | |||
| + | <note important> | ||
| + | |||
| + | Here are some free online services to use. | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | ===== Installing in Docker on Linux ===== | ||
| + | This would be the preferred way to use Node-RED. There are a lot of Howtos available. Just use the search engine of your choice. | ||
| + | |||