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:21] – 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 ===== | ||
| ==== From Shell ==== | ==== From Shell ==== | ||
| node-red -v | node-red -v | ||
| - | ==== As Process ==== | ||
| pm2 start / | pm2 start / | ||
| + | ==== Run As Process ==== | ||
| + | pm2 dump | ||
| + | pm2 startup systemd | ||
| + | ==== View Log ==== | ||
| + | pm2 list | ||
| + | pm2 info node-red | ||
| + | pm2 logs node-red | ||
| + | | ||
| + | ===== Demo ===== | ||
| + | Node-Red: http:// | ||
| + | Freeboard: http:// | ||
| + | |||
| + | ===== See also ===== | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||