Skip to content

Instantly share code, notes, and snippets.

@diegolirio
Created January 5, 2015 13:46
Show Gist options
  • Save diegolirio/7c822c96fa4a5cc076f1 to your computer and use it in GitHub Desktop.
Save diegolirio/7c822c96fa4a5cc076f1 to your computer and use it in GitHub Desktop.
$ sudo apt-get install g++ curl libssl-dev apache2-utils
$ sudo apt-get install git-core
$ git clone git://github.com/ry/node.git
$ cd node
$ ./configure
$ make
$ sudo make install
$ sudo apt-get install nodejs node
# NPM
$ curl http://npmjs.org/install.sh | sh
$ node -v && npm -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment