This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| development:node-red [2015/06/13 17:39] – created hess | development:node-red [2015/06/13 22:31] (current) – [See also] hess | ||
|---|---|---|---|
| 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 |
| + | npm install node-red-contrib-freeboard | ||
| | | ||
| ===== Start Node-RED ===== | ===== Start Node-RED ===== | ||
| - | | + | ==== From Shell ==== |
| + | | ||
| + | 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:// | ||