Changes for page Node-RED_Install and Use
Last modified by Mengting Qiu on 2024/11/29 10:15
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Node-RED_Install and Use1 +nodered_Install and Use - Content
-
... ... @@ -1,14 +4,10 @@ 1 -(% class="wikigeneratedid" %) 2 -= [TOC] = 3 - 4 4 = Installation = 5 5 6 6 Check installation instruction for different OS from this link: [[https:~~/~~/nodered.org/docs/getting-started/>>https://nodered.org/docs/getting-started/]] 7 7 5 +(% class="wikigeneratedid" %) 8 8 == Install Example for CENTOS == 9 9 10 -=== Installation === 11 - 12 12 (% class="box infomessage" %) 13 13 ((( 14 14 Reference Instruction from this link: ~_~_~_~_~_~_~_~_~_~_~_~_~_~__- ... ... @@ -25,9 +25,17 @@ 25 25 26 26 [[image:image-20220519103318-3.png]] 27 27 24 +== Login to nodered interface == 28 28 29 - ===Ifyouwanttostart Node-RED asa background process===26 +Enter your public IP address followed by the port number 1880 30 30 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 + 31 31 Type in the command line interface nohup node-red & 32 32 33 33 It will prompt after startup ... ... @@ -39,15 +39,3 @@ 39 39 Type in the command line exit 40 40 41 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 -== ==