Last active
October 28, 2015 18:39
-
-
Save fakiolinho/6edf6c066d5ada2f4295 to your computer and use it in GitHub Desktop.
Install LAMP on Ubuntu 14.04 LTS
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 -y update && sudo apt-get -y upgrade | |
sudo apt-get -y install apache2 | |
sudo apt-get -y install php5 php5-mysql | |
sudo apt-get -y install mysql-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment