Wiki source code of Node-RED_Install and Use

Version 13.1 by Edwin Chen on 2022/05/25 15:30

Show last authors
1 (% class="wikigeneratedid" %)
2 = [TOC] =
3
4 = Installation =
5
6 Check installation instruction for different OS from this link: [[https:~~/~~/nodered.org/docs/getting-started/>>https://nodered.org/docs/getting-started/]]
7
8 == Install Example for CENTOS ==
9
10 === Installation ===
11
12 (% class="box infomessage" %)
13 (((
14 Reference Instruction from this link: ~_~_~_~_~_~_~_~_~_~_~_~_~_~__-
15 Run below commands and wait for installation complete.
16 )))
17
18 [[image:image-20220519102228-2.png]]
19
20 **Verify if the installation was successful**
21
22 Type in the command line interface  node-red  
23
24 The following information appears to prove that the installation has been successful
25
26 [[image:image-20220519103318-3.png]]
27
28
29 === If you want to start Node-RED as a background process ===
30
31 Type in the command line interface  nohup node-red &
32
33 It will prompt after startup
34
35 [[image:image-20220519104601-5.png]]
36
37 After seeing the above information, press enter
38
39 Type in the command line  exit
40
41 The above is the installation and startup process of nodered. If you don't understand anything, you can go to the nodered official website. There are installation instructions for various systems. The address has a link at the top
42
43
44 == Login to Node-RED interface ==
45
46 Enter your public IP address followed by the port number 1880
47
48 example:[[http:~~/~~/xxx.xx.xx.xx:1880/>>http://119.91.62.30:1880/]]
49
50 [[image:image-20220519104115-4.png]]
51
52
53 == ==