Skip to content

Commit eac23af

Browse files
author
Dave Conway-Jones
committed
Emphasis systems for autostart on linux in docs
1 parent ce41303 commit eac23af

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

docs/getting-started/running.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ command:
1212
Welcome to Node-RED
1313
===================
1414

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
2727

2828
You can then access the Node-RED editor by pointing your browser at <http://localhost:1880>.
2929

@@ -107,6 +107,10 @@ The following two commands show these two approaches:
107107
There are many methods of starting, stopping and monitoring applications at boot time.
108108
Raspberry Pi users are *strongly* recommended to follow [these instructions](../hardware/raspberrypi).
109109

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+
110114
The guide below sets out what we believe to be the most straight-forward for
111115
the majority of users. For Windows, PM2 does not autorun as a service -
112116
you may prefer the [NSSM option](#alternative-options) below.

0 commit comments

Comments
 (0)