public:blog:mp:webex-sdk:install-node-red

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
public:blog:mp:webex-sdk:install-node-red [2021/08/26 16:28] Proest, Marcuspublic: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://docs.microsoft.com/de-de/windows/security/threat-protection/windows-sandbox/windows-sandbox-overview|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.
  
-Keep in mind, everything will be deleted once you close the sandbox.+<note warning>Keep in mind, everything will be deleted once you close the sandbox.</note>
  
 <code powershell> <code powershell>
Zeile 20: Zeile 20:
  
 </code> </code>
 +
 +===== Using an Online Service =====
 +
 +<note important>If using an online service, keep in mind that sharing sensitive data, like bearer tokens, with these services might not be a good idea.</note>
 +
 +Here are some free online services to use.
 +
 +  * https://fred.sensetecnic.com/ (Free Tier available)
 +  * https://heroku.com (several older apps available, e.g. https://github.com/Sevenmojoe/nodered-heroku)
 +
 +===== 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.
 +
  • public/blog/mp/webex-sdk/install-node-red.1629988103.txt.gz
  • Zuletzt geändert: 2021/08/26 16:28
  • von Proest, Marcus