- sudo yum groupinstall Development\ Libraries
- sudo yum groupinstall Development\ Tools
- wget latest from http://nodejs.org/#download
- tar xvfz node*.gz
- follow instructions here: Node JS Installation
- Install NPM: curl http://npmjs.org/install.sh | sh
- Install Express: npm install express
Note to Self: Running Node.js on Amazon EC2
April 17th, 2011 | Flex