Skip to content

Instantly share code, notes, and snippets.

@fakiolinho
Last active October 28, 2015 18:39
Show Gist options
  • Save fakiolinho/6edf6c066d5ada2f4295 to your computer and use it in GitHub Desktop.
Save fakiolinho/6edf6c066d5ada2f4295 to your computer and use it in GitHub Desktop.
Install LAMP on Ubuntu 14.04 LTS
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