Created
September 28, 2010 03:46
-
-
Save indexzero/600368 to your computer and use it in GitHub Desktop.
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
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