Created
July 23, 2012 05:46
-
-
Save wyanez/3162137 to your computer and use it in GitHub Desktop.
Instalacion de Servidor LAMP en Debian/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
#Instalacion de Servidor LAMP en Debian/Ubuntu | |
#William Yanez ([email protected]) @wryanez | |
aptitude install -y apache2 apache2-doc | |
aptitude install -y php5 php5-cli php5-common php5-dev php5-mysql | |
aptitude install -y mysql-server | |
#Habilitar soporte para postgres y sqlite3 | |
#aptitude install -y php5-pgsql php5-sqlite3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment