Wiki source code of nodered_Install and Use

Version 11.1 by Edwin Chen on 2022/05/25 15:26

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