Skip to content

Instantly share code, notes, and snippets.

@gblnovaes
Created December 14, 2013 17:34
Show Gist options
  • Save gblnovaes/7962235 to your computer and use it in GitHub Desktop.
Save gblnovaes/7962235 to your computer and use it in GitHub Desktop.
Instalando o Lamp..
sudo apt-get install apache2
sudo apt-get install php5 libapache2-mod-php5
sudo apt-get install mysql-server
sudo apt-get install libapache2-mod-auth-mysql php5-mysql
sudo /etc/init.d/apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment