先安裝編譯用的工具, 原則上只要 gcc-c++ 即可, 其它工具則是用原碼安裝或 git 安裝時需要
yum install gcc-c++ make openssl-devel
yum install git
執行 .sh
curl https://raw.github.com/creationix/nvm/master/install.sh | sh
完成,重開 console 就可以開始使用 nvm
另外,在 console 裡查看 process 狀態 ( nodejs 執行的 process )
# ps -aux
停止某 process
# kill #pid
常駐 nodejs 程式可以使用 forevernpm install forever -g #全域安裝
forever start $js_path #開始執行程式
forever list #列出目前執行的程式訊息 (包含 log 檔路徑)
forever stop $id #停止執行程式,$id 為 forever 對程式的編號,由 0 開始
forever restart $id #重新執行程式
forever cleanlogs #清除所有 log
1 則留言:
https://ask.fedoraproject.org/en/question/10229/how-to-install-nodejs-in-fedora/
張貼留言