Skip to content

Instantly share code, notes, and snippets.

@rkmax
Created May 20, 2013 20:26
Show Gist options
  • Save rkmax/5615229 to your computer and use it in GitHub Desktop.
Save rkmax/5615229 to your computer and use it in GitHub Desktop.
Instalacion de Apche, PHP5 y Mysql en Ubuntu
#!/usr/bin/env bash
sudo apt-get install mysql-server apache2 php5 php5-cli php-apc php5-gd php5-curl php5-sqlite php5-mysql php5-xdebug php5-intl libapache2-mod-php5 git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment