Skip to content

Instantly share code, notes, and snippets.

@ybouhjira
Created February 12, 2014 23:12
Show Gist options
  • Save ybouhjira/8966459 to your computer and use it in GitHub Desktop.
Save ybouhjira/8966459 to your computer and use it in GitHub Desktop.
LAMP stack install
sudo apt-get install apache2 php5 mysql-server libapache2-mod-php5 php5-mysql phpmyadmin --yes
sudo chown $USER /var/www -R
sudo ln -s /var/www/ ~/Desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment