Created
May 20, 2013 20:26
-
-
Save rkmax/5615229 to your computer and use it in GitHub Desktop.
Instalacion de Apche, PHP5 y Mysql en Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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