Skip to content

Instantly share code, notes, and snippets.

@Janderson
Created March 21, 2012 15:04
Show Gist options
  • Select an option

  • Save Janderson/2148089 to your computer and use it in GitHub Desktop.

Select an option

Save Janderson/2148089 to your computer and use it in GitHub Desktop.
Install node.js + npm + hook.io on Ubuntu 11.10
cd /tmp
sudo apt-get update
sudo apt-get install git-core curl build-essential openssl libssl-dev apache2-utils g++
git clone https://github.com/joyent/node.git && cd node
git checkout v0.7.6
./configure
make
sudo make install
curl http://npmjs.org/install.sh | sudo sh
@khakistone
Copy link

$ git checkout v0.7.6
error: pathspec 'v0.7.6' did not match any file(s) known to git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment