LAMP + PHPMyAdmin
From SysadminPunk Wiki!
- Install Apache2, MySQL, and phpMyAdmin
# apt-get install apache2 libapache2-mod-php5 php5-mysql mysql-server mysql-client php5 phpmyadmin
- Don't forget to add the correct include config for PhpMyAdmin.
vi /etc/apache2/apache2.conf
- Add the following to the bottom of /etc/apache2/apache.conf
Include /etc/phpmyadmin/apache.conf # apache2ctl restart
- If you would like to add virtual hosts, please refer to the Add_Sites_Apache2 HowTo.