Develop
2013.04.23 18:09

[node.js] nodejs 기본 설치

Views 26322 Votes 0 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
1. node.js 설치
git clone git://github.com/ry/node.git (또는 nodejs.org 에서 다운로드)
./configure
make
make install

2. npm설치
curl http://npmjs.org/install.sh | sh

3. package 설치
npm install socket.io
npm install express
npm install stylus
npm install nib
npm install jade


?

List of Articles
No. Category Subject Author Date Views
2 System/OS [linux] 리눅스 파일시스템과 디렉토리 설명 hooni 2013.04.23 26935
» Develop [node.js] nodejs 기본 설치 hooni 2013.04.23 26322
Board Pagination Prev 1 Next
/ 1