Instructions for installing Node-RED on BeagleBone Black.
This was tested with the 10/22/2014 Debian Wheezy image from https://rcn-ee.net/deb/testing/2014-10-22/lxde-4gb/bone-debian-7.7-lxde-4gb-armhf-2014-10-22-4gb.img.xz. Put the board on the network and run the following commands as root:
git clone https://gist.github.com/ad049193593539cea29e.git install-node-red install-node-red/install-node-red.sh
It looks like the line "cp $(dirname 0)/node-red.sh /usr/local/lib/node_modules/node-red/" is missing a '$' character in front of the '0' in the file install-node-red.sh