Skip to content

Instantly share code, notes, and snippets.

@FFKL
Last active December 22, 2019 22:34
Show Gist options
  • Save FFKL/4ce047c2261eeb7ef0a2260255777caf to your computer and use it in GitHub Desktop.
Save FFKL/4ce047c2261eeb7ef0a2260255777caf to your computer and use it in GitHub Desktop.
Start node app using mongodb and pm2
#!/bin/bash
sudo mongod -f /etc/mongodb.conf --fork
pm2 start ecosystem.config.js
pm2 logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment