Skip to content

Instantly share code, notes, and snippets.

@StephenRadachy
Created January 29, 2016 17:54
Show Gist options
  • Save StephenRadachy/04e0764d9b238cc3a99d to your computer and use it in GitHub Desktop.
Save StephenRadachy/04e0764d9b238cc3a99d to your computer and use it in GitHub Desktop.
things
#!/bin/bash
apt-get -y update
apt-get -y upgrade
apt-get -y dist-upgrade
apt-get -y install git nginx nodejs npm
npm install -g bower
npm install -g pm2
mkdir -p /etc/nginx/ssl
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 4096
shutdown -r 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment