Created
March 7, 2015 01:10
-
-
Save Uriel29/beb18d483e4b8edf818a to your computer and use it in GitHub Desktop.
Instalar Lamp
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
sudo apt-get install apache2 | |
sudo apt-get install mysql-client-5.5 mysql-server-5.5 php5-mysql | |
sudo apt-get install php5 php5-cli php5-dev php5-mcrypt php5-curl php5-gd libapache2-mod-php5 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment