ECE497 Notes on node.js

From eLinux.org
Revision as of 14:43, 7 November 2011 by Yoder (talk | contribs) (Added cloud9 notes)
Jump to: navigation, search


I'm working up and example on node.js. Here are some notes.

Cloud9

Somehow Cloud9 fits in with this.

I'm trying to get cloud9 running on the Beagle.

opkg update
opkg install nodejs (1min 6 sec)
opkg install nodejs-dev (I don't know if this is needed.)

Here’s how to get npm according to http://npmjs.org/

opkg install curl (1m23)
opkg install nodejs (1m6)
curl http://npmjs.org/install.sh | sh (1m5)
opkg install cloud9

gitting examples

git clone git://gitorious.org/~Jadon/beagleboard-validation/jadons-education.git