侧边栏壁纸
博主头像
cn2linux博主等级

行动起来,活在当下

  • 累计撰写 127 篇文章
  • 累计创建 1 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

服务部署 Pm2 安装

安装部署

安装NODEJS:

centos 安装方式

curl -sL https://rpm.nodesource.com/setup_16.x | sudo bash -
sudo yum install nodejs -y

debian 安装方式

curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
apt-get install -y nodejs

安装NPM:

使用默认源安装

npm install pm2 -g

指定国内源安装

npm --registry https://registry.npm.taobao.org install pm2 -g

0
  • ${post.likes!0}

评论区