5 Bước đưa web Nodejs lên mạng trong 6 phút - Deploy Node on VPS

https://www.youtube.com/watch?v=qxoGv_vogdc

 

// Cài pm2 quản lý tắt bật server tự động

sudo npm install pm2 -g

pm2 start npm --name "Nodemy-server" -- start

pm2 save

pm2 startup 

Lệnh  start : pm2 start app.js

Sau đó copy paste câu lệnh được gợi ý kèm "sudo"

// Mở port

sudo ufw enable

sudo ufw allow 3000

sudo ufw reset

Comments

Popular posts from this blog

Cách kiểm tra Website trên VPS sống hay chết

Cách đăng nhập VPS bằng SSH trên MAC OS

iOS CI/CD Integration using Gitlab CI and Fastlane