Quantcast
Channel: Intel Communities: Message List
Viewing all articles
Browse latest Browse all 17767

Node-Red is running first on Edison … check for installation here

$
0
0

Node-Red installation, check for latest release and installation - link (external)

 

This is to share todays great step further with Intel Edison - one small step … but big ...

with all the pre work which you can find in my other post in the forum (fab-lab.eu) you

get easily Node-Red running … the the power of Edison can be expired further! I have

put all the pre-steps BLE/patching/etc together on www.fab-lab.eu/edison - I might

put together an other document and post it later here as well … check this, and have FUN … !!!

 

wget --no-check-certificate https://github.com/node-red/node-red/archive/0.9.0.zip
unzip 0.9.0.zip
cd node-red-0.9.0
npm install --production
cd nodes
wget --no-check-certificate https://github.com/node-red/node-red-nodes/archive/0.8.0.tar.gz
gunzip 0.8.0.tar.gz
tar xvf 0.8.0.tar

cd ..

root@fablab:~/node-red-0.9.0# node red.js

Welcome to Node-RED
===================

19 Oct 16:19:36 - [red] Version: 0.9.0
19 Oct 16:19:36 - [red] Loading palette nodes
19 Oct 16:19:41 - [26-rawserial.js] Info : only really needed for Windows boxes without serialport npm module installed.
19 Oct 16:19:42 - ------------------------------------------
19 Oct 16:19:42 - [red] Failed to register 39 node types
19 Oct 16:19:42 - [red] Run with -v for details
19 Oct 16:19:42 - ------------------------------------------
19 Oct 16:19:42 - [red] Server now running at http://127.0.0.1:1880/
19 Oct 16:19:42 - [red] Flows file not found : flows_fablab.json

 

>>> big milestone - Node-Red is running on Edison!


Viewing all articles
Browse latest Browse all 17767

Trending Articles