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

Новая страница: «Then paste the lines into this file: <pre> [Unit] Description=Node-RED graphical event wiring tool Wants=network.target»
(Новая страница: «A detailed description, instructions and examples of use can be found on the site [https://nodered.org/ nodered.org], and community support in the telegram channel [https://t.me/SprutAI_NodeRED Node-RED].»)
(Новая страница: «Then paste the lines into this file: <pre> [Unit] Description=Node-RED graphical event wiring tool Wants=network.target»)
Строка 85: Строка 85:
</syntaxhighlight>
</syntaxhighlight>


== Удаление ==
== Delete ==
Если вам больше не нужен Node-RED, то его можно удалить:
If you no longer need Node-RED, then you can remove it:
# Остановите, отключите и удалите сервис:
# Stop, disable and remove the service:
#:<syntaxhighlight lang="bash">
#:<syntaxhighlight lang="bash">
systemctl stop nodered && systemctl disable nodered && rm /etc/systemd/system/nodered.service
systemctl stop nodered && systemctl disable nodered && rm /etc/systemd/system/nodered.service
</syntaxhighlight>
</syntaxhighlight>
# Удалите сам Node-RED:
# Remove Node-RED:
#:<syntaxhighlight lang="bash">
#:<syntaxhighlight lang="bash">
npm -g remove node-red && npm -g remove node-red-admin && rm -R ~/.node-red
npm -g remove node-red && npm -g remove node-red-admin && rm -R ~/.node-red
translator, wb_editors
4272

правки