strongloop / strong-pm

deployer for node applications
http://strong-pm.io
Other
1k stars 71 forks source link

Using just strong-pm #380

Closed lukasoppermann closed 7 years ago

lukasoppermann commented 7 years ago

Hey,

so I am running a node server on docker. I would like to use strong-pm just to restart the node server when it crashes. I am not deploying via it or anything.

Is there a way to just install the pm and not strongloop in its entirety? My problem is that my server aborts the npm install -g strongloop command because it is running out of memory. So just pm would possibly be smaller.

sam-github commented 7 years ago

If you are using docker, you should use strong-supervisor directly, with sl-run, don't install or use strongloop, and don't use the pm (it does things you don't need).