centos下nodeJs,pm2 安装,netcore进程守护

yum info epel-release
yum install epel-release
curl -sL https://rpm.nodesource.com/setup_13.x | bash -
yum install nodejs
npm install pm2 -g
pm2 start "" --name openclass

猜你喜欢

转载自www.cnblogs.com/ChenNiNa/p/12166484.html