Skip to content

Instantly share code, notes, and snippets.

@whyvez
Created January 6, 2014 01:15
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 whyvez/8276541 to your computer and use it in GitHub Desktop.
Save whyvez/8276541 to your computer and use it in GitHub Desktop.
Installs node on a AWS linux dist
sudo yum update
sudo yum install gcc-c++ make
sudo yum install openssl-devel
sudo yum install git
git clone git://github.com/joyent/node.git
cd node
git checkout v0.6.8
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment