socioboard / Socioboard-5.0

Socioboard is world's first and open source Social Technology Enabler. Socioboard Core is our flagship product.
http://www.socioboard.org
Other
1.12k stars 361 forks source link

PM2 Popup non-stop #403

Closed iamwinner422 closed 1 year ago

iamwinner422 commented 1 year ago

When starting micro-sevices with pm2 using this command set NODE_ENV=development & cd ./socioboard-api/User & pm2 start user.server.js & cd ../Feeds & pm2 start feeds.server.js & cd ../Publish & pm2 start publish.server.js & cd ../Notification & pm2 start notify.server.js & cd ../Update & pm2 start update.server.js & pm2 status, Terminals open and close automatically non-stop.

Is it a pm2 problem?

sureshbabu1995 commented 1 year ago

Hi @iamwinner422

There are no such issues, it will run the process smoothly, but I doubt that, are you using a window or Linux-based system if windows it will work, if Linux, replace & with &&

For a simple and easy solution, you can just run this single line multiple times with till & (run every command separated by & operator).

Hope this will solve your issue.

Thank you for your interest and hope you like it.