By accessing the website and accepting the Cookie Policy, you agree to use the cookies provided by the Site in accordance with to analyze traffic, remember your preferences, and optimize your experience.
debian安装nodejs和pm2脚本
pm2 nodejs    2019-12-20 17:24:46    1395    0    0
emengweb   pm2 nodejs
apt-get install -y curl >/dev/null 2>&1
curl -sL https://deb.nodesource.com/setup_8.x | bash - >/dev/null 2>&1
apt-get install -y nodejs >/dev/null 2>&1

npm install
npm install pm2 -g

pm2 start app.js --name project_name --env prod
pm2 save
pm2 startup


上一篇: 宝塔面板PHP安装失败的解决方案

下一篇: 使用IconFont减小iOS应用体积

1395 人读过
文档导航