This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| development:node-red [2015/06/13 18:41] – [From Shell] hess | development:node-red [2015/06/13 22:31] (current) – [See also] hess | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| apt-get install npm libicu-dev | apt-get install npm libicu-dev | ||
| npm install node-red pm2 -g | npm install node-red pm2 -g | ||
| + | npm install node-red-contrib-freeboard -g | ||
| | | ||
| ===== Start Node-RED ===== | ===== Start Node-RED ===== | ||
| Line 10: | Line 11: | ||
| node-red -v | node-red -v | ||
| pm2 start / | pm2 start / | ||
| - | ==== As Process ==== | + | ==== Run As Process ==== |
| - | pm2 start / | + | |
| pm2 dump | pm2 dump | ||
| pm2 startup systemd | pm2 startup systemd | ||
| Line 18: | Line 18: | ||
| pm2 info node-red | pm2 info node-red | ||
| pm2 logs node-red | pm2 logs node-red | ||
| + | | ||
| + | ===== Demo ===== | ||
| + | Node-Red: http:// | ||
| + | Freeboard: http:// | ||
| + | |||
| + | ===== See also ===== | ||
| + | * [[http:// | ||
| + | * [[http:// | ||