下载:从 http://nodejs.org/download/ 下载适合的版本。
解压:tar xzvf node-v0.10.19-linux-x64...
比如解压到 /alidata/node-v0.10.19-linux-x64
设置环境变量:
# vi /etc/profile
add the following content into the file's end:
export NODE_HOME=/alidata/node-v0.10.19-linux-x64
export PATH=$PATH:$NODE_HOME/bin
export NODE_PATH=$NODE_HOME/lib/node_modules
save it then source it with:
#source /etc/profile
当一个人找不到出路的时候,最好的办法就是将当前能做好的事情做到极致,做到无人能及。