- node,js 설치하기
$> wget http://nodejs.org/dist/v0.10.24/node-v0.10.24.tar.gz $> tar -zxvf node-v0.10.24.tar.gz $> cd node-v0.10.24/ $> ./configure $> make;make install
- node.js를 이용해 forever 모듈설치하기
$> npm config set strict-ssl false $> cd /home/test $> npm install forever -g
250x250
반응형
Notice
Recent Posts
Recent Comments
전산쟁이의 기억노트
Centos에서 node설치 본문
728x90
반응형
SMALL
출처 - http://igoni.kr/books/linux/page/centos-node
728x90
반응형
LIST
'Centos기술노트' 카테고리의 다른 글
nexus(raw) 형태 리포지터리에서 curl을 이용한 파일 관리 명령어 (0) | 2022.09.12 |
---|---|
php컴파일 정보 확인하기 (0) | 2022.09.12 |
pip로 패키지 설치시 requests메시지 출력하면서 에러나는 경우 (0) | 2022.09.03 |
bind9.8버전에서 cpu사용량 증가 (0) | 2022.08.27 |
재부팅 없이 임시로 호스트네임 변경 (0) | 2022.08.27 |
Comments