Skip to content

Instantly share code, notes, and snippets.

@pcote
Created November 13, 2015 00:35
Show Gist options
  • Save pcote/b434193ac3fefe539e2f to your computer and use it in GitHub Desktop.
Save pcote/b434193ac3fefe539e2f to your computer and use it in GitHub Desktop.
General Starter Script for 64 bit Ubuntu Linux provisioning
#!/bin/sh
function install_packages(){
sudo apt-get install -y nginx build-essential python3-dev libssl-dev openssl python3-pip fail2ban git mysql-server
sudo pip3 install -r requirements.txt
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment