Skip to content

Instantly share code, notes, and snippets.

@mafintosh
Created October 30, 2012 15:25
Show Gist options
  • Save mafintosh/3980916 to your computer and use it in GitHub Desktop.
Save mafintosh/3980916 to your computer and use it in GitHub Desktop.
NODE_VERSION=0.8.14

sudo apt-get update && sudo apt-get install -y build-essential libssl-dev

cd /
sudo chown ubuntu.ubuntu /opt
cd /opt

curl http://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.gz | tar xz
cd node-v$NODE_VERSION

./configure && make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment