Created
March 21, 2012 15:04
-
-
Save Janderson/2148089 to your computer and use it in GitHub Desktop.
Install node.js + npm + hook.io on Ubuntu 11.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ git checkout v0.7.6
error: pathspec 'v0.7.6' did not match any file(s) known to git.