Skip to content

Instantly share code, notes, and snippets.

@Skycocoo
Last active March 27, 2020 17:18
Show Gist options
  • Save Skycocoo/fdc180e894ae4d701dc6330e0f8e9f8a to your computer and use it in GitHub Desktop.
Save Skycocoo/fdc180e894ae4d701dc6330e0f8e9f8a to your computer and use it in GitHub Desktop.
Tips for setting up droplet

Basic setup

Changed to nginx

  • Links: 1 2 3
  • pm2:
$ pm2 ls
$ pm2 stop npm
$ pm2 delete npm
$ pm2 start npm -- start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment