Skip to content

Instantly share code, notes, and snippets.

@pcote
Last active November 13, 2015 13:57
Show Gist options
  • Save pcote/424be8dad47988d9befb to your computer and use it in GitHub Desktop.
Save pcote/424be8dad47988d9befb to your computer and use it in GitHub Desktop.
Generic provisioning script for a setting up a 64 bit Ubuntu box. (built with Trusty in mind)
#!/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