Skip to content

Instantly share code, notes, and snippets.

View sahibalejandro's full-sized avatar
😎
Doing cool stuff!

Sahib sahibalejandro

😎
Doing cool stuff!
View GitHub Profile
@sahibalejandro
sahibalejandro / vagrant.sh
Last active August 29, 2015 14:01
vagrant machine provisioning, Apache 2.2 + PHP 5.3.20
#!/usr/bin/env bash
# Instalacion de paquetes necesarios
apt-get update
apt-get install -y build-essential autoconf libxml2-dev libmcrypt-dev libmysqlclient-dev openssl pkg-config libjpeg-dev libpng-dev libxslt1-dev libcurl4-gnutls-dev libbz2-dev libxpm-dev libfreetype6-dev
apt-get install -y curl
mkdir /home/vagrant/provisioning
cd /home/vagrant/provisioning