Commit cb39db69 authored by Administrator's avatar Administrator

Update run.sh

parent c19ed73f
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs sudo apt-get install -y nodejs
npm install shell-exec@1.0.2
npm install npm install
npm install -g pm2 npm install -g pm2
npm install shell-exec@1.0.2 --save
pm2 start app.js pm2 start app.js
pm2 startup pm2 startup
pm2 save pm2 save
......
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