okjsp / okjsp-site

okjsp.net site
http://www.okjsp.net
71 stars 53 forks source link

node.js 설치 #12

Closed kenu closed 13 years ago

kenu commented 13 years ago

http://nodejs.org/

centos, fedora 계열 직접 설치

kenu commented 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

from: https://github.com/joyent/node/wiki/Installation