I tried to use Custom Deployment
on DigitalOcean.
Running Meteor with local terminal
// bundle
MONGO_URL=mongodb://localhost:27017/myapp ROOT_URL=http://1.2.3.4 PORT=3000 node main.js
I work fine, but It stop running when I closed Shell/Terminal
(Local PC).
Please help me to keep Running
after closed shell/terminal