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
Copy file name to clipboardExpand all lines: docs/getting-started/running.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,18 @@ command:
12
12
Welcome to Node-RED
13
13
===================
14
14
15
-
25 Oct 22:51:09 - [info] Node-RED version: v0.17.5
16
-
25 Oct 22:51:09 - [info] Node.js version: v6.12.0
17
-
25 Oct 22:51:09 - [info] Loading palette nodes
18
-
25 Oct 22:51:10 - [warn] ------------------------------------------
19
-
25 Oct 22:51:10 - [warn] [rpi-gpio] Info : Ignoring Raspberry Pi specific node
20
-
25 Oct 22:51:10 - [warn] ------------------------------------------
21
-
25 Oct 22:51:10 - [info] Settings file : /home/nol/.node-red/settings.js
22
-
25 Oct 22:51:10 - [info] User Directory : /home/nol/.node-red
23
-
25 Oct 22:51:10 - [info] Server now running at http://127.0.0.1:1880/
24
-
25 Oct 22:51:10 - [info] Creating new flows file : flows_noltop.json
25
-
25 Oct 22:51:10 - [info] Starting flows
26
-
25 Oct 22:51:10 - [info] Started flows
15
+
25 Mar 22:51:09 - [info] Node-RED version: v0.18.4
16
+
25 Mar 22:51:09 - [info] Node.js version: v8.11.1
17
+
25 Mar 22:51:09 - [info] Loading palette nodes
18
+
25 Mar 22:51:10 - [warn] ------------------------------------------
19
+
25 Mar 22:51:10 - [warn] [rpi-gpio] Info : Ignoring Raspberry Pi specific node
20
+
25 Mar 22:51:10 - [warn] ------------------------------------------
21
+
25 Mar 22:51:10 - [info] Settings file : /home/nol/.node-red/settings.js
22
+
25 Mar 22:51:10 - [info] User Directory : /home/nol/.node-red
23
+
25 Mar 22:51:10 - [info] Server now running at http://127.0.0.1:1880/
24
+
25 Mar 22:51:10 - [info] Creating new flows file : flows_noltop.json
25
+
25 Mar 22:51:10 - [info] Starting flows
26
+
25 Mar 22:51:10 - [info] Started flows
27
27
28
28
You can then access the Node-RED editor by pointing your browser at <http://localhost:1880>.
29
29
@@ -107,6 +107,10 @@ The following two commands show these two approaches:
107
107
There are many methods of starting, stopping and monitoring applications at boot time.
108
108
Raspberry Pi users are *strongly* recommended to follow [these instructions](../hardware/raspberrypi).
109
109
110
+
Linux users that have a Debian flavour (e.g. Ubuntu, Mint, Debian, etc) may wish to use the
111
+
[Adding Autostart capability using SystemD](../hardware/raspberrypi#adding-autostart-capability-using-systemd)
112
+
instructions from the Raspberry Pi docs though you will need to edit the downloaded `/lib/systemd/system/nodered.service` file to suit your user and environment.
113
+
110
114
The guide below sets out what we believe to be the most straight-forward for
111
115
the majority of users. For Windows, PM2 does not autorun as a service -
112
116
you may prefer the [NSSM option](#alternative-options) below.
0 commit comments