Skip to content

Instantly share code, notes, and snippets.

@willnet
Created January 29, 2012 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willnet/1699502 to your computer and use it in GitHub Desktop.
Save willnet/1699502 to your computer and use it in GitHub Desktop.
install node manual on ec2-micro
sudo yum install gcc-c++
wget http://nodejs.org/dist/v0.6.9/node-v0.6.9.tar.gz
tar zxvf node-v0.6.9.tar.gz
cd node-v0.6.9
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment