Skip to content

Instantly share code, notes, and snippets.

@saiury92
Forked from dakira/provision1604.sh
Created October 28, 2015 04:40
Show Gist options
  • Save saiury92/b25db89f80c79dfe158a to your computer and use it in GitHub Desktop.
Save saiury92/b25db89f80c79dfe158a to your computer and use it in GitHub Desktop.
Basic provisioning for Ubuntu 14.04
#!/bin/bash
apt-get update
apt-get install -y dialog
apt-get -y dist-upgrade
apt-get install -y bash-completion joe-jupp mosh byobu software-properties-common \
php5-fpm php5-gd php5-ldap php5-mysql php5-mcrypt php5-json php5-sqlite \
libapache2-mod-fastcgi \
python-setuptools python-simplejson python-imaging python-mysqldb python-flup \
language-pack-de language-pack-en
update-locale LANG=de_DE.UTF-8 LC_MESSAGES=POSIX
php5enmod mcrypt
a2enmod proxy_http
a2enmod fastcgi
service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment