Closed kenu closed 13 years ago
cd /tmp git clone --depth 1 git://github.com/joyent/node.git cd node/ git checkout v0.4.11 export JOBS=2 ./configure --prefix=/web/local/node make make install echo 'export PATH=/web/local/node/bin:$PATH' >> ~/.bash_profile echo 'export NODE_PATH=/web/local/node:/web/local/node/lib/node_modules' >> ~/.bash_profile source ~/.bash_profile node curl http://npmjs.org/install.sh | sh npm install express
http://nodejs.org/
centos, fedora 계열 직접 설치