Skip to content

Instantly share code, notes, and snippets.

@sathishmanohar
Created February 14, 2011 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sathishmanohar/825672 to your computer and use it in GitHub Desktop.
Save sathishmanohar/825672 to your computer and use it in GitHub Desktop.
How to Install LAMP on Ubuntu
sudo apt-get install apache2
Restart apache server > > sudo /etc/init.d/apache2 restart
sudo apt-get install php5 libapache2-mod-php5
Restart apache server > > sudo /etc/init.d/apache2 restart
sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql
Restart apache server > > sudo /etc/init.d/apache2 restart
sudo apt-get install phpmyadmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment