Skip to content

Instantly share code, notes, and snippets.

@dfunaki
Last active August 21, 2020 21:10
Show Gist options
  • Save dfunaki/eaac2da759c404f00f598fb4aa09284e to your computer and use it in GitHub Desktop.
Save dfunaki/eaac2da759c404f00f598fb4aa09284e to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
echo "
----------------------
PM2
----------------------
"
# install pm2 with npm
sudo npm install -g pm2
# set pm2 to start automatically on system startup
sudo pm2 startup systemd
echo "
----------------------
NGINX
----------------------
"
# install nginx
sudo apt-get install -y nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment