Skip to content

Instantly share code, notes, and snippets.

@indexzero
Created September 28, 2010 03:46
Show Gist options
  • Save indexzero/600368 to your computer and use it in GitHub Desktop.
Save indexzero/600368 to your computer and use it in GitHub Desktop.
yum update
rpm -ivh http://repo.webtatic.com/yum/centos/5/`uname -i`/webtatic-release-5-1.noarch.rpm
yum install --enablerepo=webtatic git-all
yum install openssl-devel pkgconfig gcc gcc-c++ kernel-devel make
cd /usr/src
git clone http://github.com/ry/node.git
cd node
./configure
make
make install
cd ../
http://github.com/isaacs/npm.git
cd npm
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment