Commit bf6ededb by ChongmingDu

update jenkins doc

parent 8a3b0e6a
File added
root 身份
root 身份
yum install git
tomcat身份
git clone https://github.com/cnpm/nvm.git ~/.nvm && cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`
echo ". ~/.nvm/nvm.sh" >> ~/.bash_profile
source ~/.bash_profile
检查安装是否成功
nvm --version
安装node版本
nvm install v8.11.3
检查node安装是否成功
node -v
npm -v
设置全局node默认版本
nvm alias default v8.11.3
安装pm2
npm -g install pm2
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment