Centos에서 node설치

  1. 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
    

  2. node.js를 이용해 forever 모듈설치하기

    $> npm config set strict-ssl false
    $> cd /home/test
    $> npm install forever -g
    

back
perplexity에서 생성한 AI이미지



작성일: 2026년 7월 16일 ,  마지막 업데이트: 2026년 7월 18일