You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've managed to install the current release standalone to save a bit of RAM resources on my HA server. As I've google'd this for a longer time and found no advice/tutorial on how to do it WITHOUT iobroker, I now feel it might help other people to share the solution. Please feel free @datech to add this to the wiki if it's good for you.
HOWTO : Install node-red-contrib-amazon-echo as a standalone nodered systemd service on Debian 10.10 "buster" amd64.
First, you maybe would like to uninstall iobroker. If not, skip this section.
Hi,
I've managed to install the current release standalone to save a bit of RAM resources on my HA server. As I've google'd this for a longer time and found no advice/tutorial on how to do it WITHOUT iobroker, I now feel it might help other people to share the solution. Please feel free @datech to add this to the wiki if it's good for you.
First, you maybe would like to uninstall iobroker. If not, skip this section.
Second, we do a fresh standalone installation of node-red.
Third part: You may want to run node-red (with this plugin) automatically by systemd on system startup.
I've therefore created a systemd unit for Debian, based on this source: https://raw.githubusercontent.com/node-red/linux-installers/master/resources/nodered.service
Create the file: nano "/etc/systemd/system/nodered.service"
Then do: systemctl reload; systemctl enable nodered.service; systemctl start nodered.service
Kind regards,
Catfriend1
The text was updated successfully, but these errors were encountered: