LAMP, an open source web development platform based on Linux, is an acronym for Linux, Apache, MySQL, and PHP (Perl or Python). Using terminal, enter the following two lines to install the LAMP stack.
CODE
sudo apt-get install apache2 mysql-server
libapache2-mod-auth-mysql php5-mysql php5
Print This Post
Email This Post
Related Articles
- Install MySQL on RHEL5 or CentOS5
- How To: Uninstall a package in Linux Ubuntu
- A MySql ibdata1 Optimization Technique
- WordPress Permalinks will not work in a default XAMMP installation
- #1045 - Access denied for user 'root'@'localhost' (using password: NO) fix
