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.

标签 - pm2

pm2 nodejs    2019-12-20 17:24:46    1391    0    0
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 ap