12/19/2016 1:02 PM | |
Joined: 12/12/2008 Last visit: 4/18/2024 Posts: 69 Rating: (6) |
I see that node-red is preinstalled with todays new version (2.1.2). Ehh. maybe a dumb question, but how do I start it? typing node-red as instructed on "https://nodered.org/docs/getting-started/running" is of no use, and trying to browse 192.168.200.1:1880 is not working.. Please help? BR Benjamin Krüger ------------------------------------------------------------------------------------------ |
Last edited by: IOT2000_Moderator at: 12/19/2016 1:20:55 PMNew subject after splitting |
|
This contribution was helpful to1 thankful Users |
12/19/2016 6:52 PM | |
Joined: 3/17/2014 Last visit: 10/7/2024 Posts: 53 Rating: (12) |
Hi bergmanu, we met at ETCC this year. Regarding this topic, I read in this website https://www.rs-online.com/designspark/siemens-iot2020---installing-and-testing-node-red-mqtt-and-sqlite3 how to Autostart the Node-Red Application, and you have to create a file (File Path: /etc/init.d/autostart_node_red.sh) and paste in the following text. #! /bin/sh # for example: /usr/bin/node-red -u /home/root/.node-red -v & --->this is the path of the installation of node-red exit 0 With the latest Siemens Image 2_1_2, what I have to modify in this lines in order to autostart node-red? Thank you |
12/21/2016 9:40 PM | |
Joined: 12/12/2008 Last visit: 4/18/2024 Posts: 69 Rating: (6) |
Wow! Thank you very much! |
1/11/2017 9:29 AM | |
Joined: 3/16/2007 Last visit: 11/11/2020 Posts: 16 Rating: (4) |
Hi Taxflor, I've create a simple startup script for node-red in order to support start/stop/restart. After coping to /etc/init.d you can proceed as normal to activate at startup with
Maybe it's helpful for some guy's or the next versions Best regards Attachmentnodered.zip (1643 Downloads) |
This contribution was helpful to1 thankful Users |
3/20/2017 8:28 AM | |
Posts: 215 Rating: (6) |
Have you deployed them before rebooting the IOT? If you access the IOT node red site with a web browser, it should show the nodes you configured earlier. |
3/25/2017 7:06 PM | |
Posts: 4 Rating: (0) |
Thank You ! |
Follow us on