Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
development:node-red [2015/06/13 17:39]
hess created
development:node-red [2015/06/13 22:31] (current)
hess [See also]
Line 4: Line 4:
 ===== Installation on Debian 8 ===== ===== Installation on Debian 8 =====
   apt-get install npm libicu-dev   apt-get install npm libicu-dev
-  npm install node-red -g+  npm install node-red ​pm2 -g 
 +  npm install node-red-contrib-freeboard ​-g
   ​   ​
 ===== Start Node-RED ===== ===== Start Node-RED =====
-  ​node-red -v+==== From Shell ==== 
 +  ​node-red -v  
 +  pm2 start /​usr/​bin/​node-red -- -v 
 +==== Run As Process ==== 
 +  pm2 dump 
 +  pm2 startup systemd 
 +==== View Log ==== 
 +  pm2 list 
 +  pm2 info node-red 
 +  pm2 logs node-red 
 +   
 +===== Demo ===== 
 +Node-Red: http://​devel.cloud.netmodule.com:​1880/​ \\ 
 +Freeboard: http://​devel.cloud.netmodule.com:​1880/​freeboard/#​start-87875 
 + 
 +===== See also ===== 
 +  * [[http://​flows.nodered.org/​]] 
 +  * [[http://​nodered.org/​docs/​]]