Skip to content

Instantly share code, notes, and snippets.

@djom202
Created March 17, 2015 16:49
Show Gist options
  • Save djom202/240ffa877352130308b6 to your computer and use it in GitHub Desktop.
Save djom202/240ffa877352130308b6 to your computer and use it in GitHub Desktop.
Install Lamp Server on ubuntu
sudo apt-get install php5 mysql-server apache2
sudo apt-get install lamp-server^
sudo apt-get install phpmyadmin
sudo ln -s /usr/share/phpmyadmin /var/www/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment