Node-RED/en: различия между версиями

Новая страница: «Check the status of the service with the command, the output should contain the line <code>Active: active (running)</code>: <syntaxhighlight lang="console"> # systemctl status nodered ● nodered.service - Node-RED graphical event wiring tool Loaded: loaded (/etc/systemd/system/nodered.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2021-12-03 06:32:25 UTC; 24s ago Main PID: 2757 (node) CGroup: /system.slice/nodered.ser...»
(Новая страница: «== Delete == If you no longer need Node-RED, then you can remove it: # Stop, disable and remove the service: #:<syntaxhighlight lang="bash"> systemctl stop nodered && systemctl disable nodered && rm /etc/systemd/system/nodered.service </syntaxhighlight> # Remove Node-RED: #:<syntaxhighlight lang="bash"> npm -g remove node-red && npm -g remove node-red-admin && rm -R ~/.node-red </syntaxhighlight>»)
Метки: правка с мобильного устройства правка из мобильной версии
(Новая страница: «Check the status of the service with the command, the output should contain the line <code>Active: active (running)</code>: <syntaxhighlight lang="console"> # systemctl status nodered ● nodered.service - Node-RED graphical event wiring tool Loaded: loaded (/etc/systemd/system/nodered.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2021-12-03 06:32:25 UTC; 24s ago Main PID: 2757 (node) CGroup: /system.slice/nodered.ser...»)
Метки: правка с мобильного устройства правка из мобильной версии
Строка 105: Строка 105:
For example: http://192.168.42.1:1880
For example: http://192.168.42.1:1880


Инструкции по работе c Node-RED можно найти на [https://nodered.org/docs/getting-started/ сайте nodered.org]
Instructions for working with Node-RED can be found at [https://nodered.org/docs/getting-started/ site nodered.org]


== WB Nodes ==
== WB Nodes ==
translator, wb_editors
4268

правок