Skip to content

Instantly share code, notes, and snippets.

@wyanez
Created July 23, 2012 05:46
Show Gist options
  • Save wyanez/3162137 to your computer and use it in GitHub Desktop.
Save wyanez/3162137 to your computer and use it in GitHub Desktop.
Instalacion de Servidor LAMP en Debian/Ubuntu
#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