nodejs 설치 방법 (리눅스)
nodejs 설치 방법 컴파일 툴 설치
1. Install Required Packages
# yum groupinstall "Development Tools"
# yum install screen
노드소스 다운로드
2. Download Node.js Source
# cd /usr
# wget http://nodejs.org/dist/v0.10.34/node-v0.10.34.tar.gz
# tar xzf node-v0.10.34.tar.gz
# cd node-v0.10.34
노드 컴파일
3. Extract and Compile Node.js
# python2.7 ./configure
# make install
노드 콤포넌트 설치
4. Configure Example Application using Express
# npm -g install express
# npm -g install supervisor
# npm -g install forever
1. Install Required Packages
# yum groupinstall "Development Tools"
# yum install screen
노드소스 다운로드
2. Download Node.js Source
# cd /usr
# wget http://nodejs.org/dist/v0.10.34/node-v0.10.34.tar.gz
# tar xzf node-v0.10.34.tar.gz
# cd node-v0.10.34
노드 컴파일
3. Extract and Compile Node.js
# python2.7 ./configure
# make install
노드 콤포넌트 설치
4. Configure Example Application using Express
# npm -g install express
# npm -g install supervisor
# npm -g install forever
댓글
댓글 쓰기