1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated ReadMe Raspberry Pi Advanced (markdown)

Gareth and Naomi 2014-03-12 10:53:44 -07:00
parent e413782038
commit 3dd409675d

@ -80,6 +80,6 @@ I have tried to get forever working in a stable way on pi but have found it erra
If anyone has been successful please update this.
I've been able to create an init script that uses forever to direct stdout and sterr to log files so that I can review them - I've documented this here: http://l0l.org.uk/?p=179. So far we haven't seen any errors relating to the daemonising aspect, although we've only switched to using forever six weeks ago (24/7 usage in an embedded application).
EDIT - We've been able to create an init script that uses forever to direct stdout and stderr to log files - I've documented this here: http://l0l.org.uk/?p=179. So far we haven't seen any errors relating to the daemonising aspect, although we only switched to using forever approx. six weeks ago (24/7 usage in an embedded application).
Due to my limited understanding of npm I have been in the habit of running sudo npm update after finishing package installations. I'm not sure if that has actually updated anything or not tbh, nor if this sheds any light on the experiences of others, but including it in case it does.
Due to my limited understanding of npm I have been in the habit of running sudo npm update after finishing package installations just in case it helps update package dependencies. I'm not sure if that has actually updated anything or not tbh, nor if this sheds any light on the experiences of others, but I'm including it in case it does.