Ubuntu AMP Install
- Posted by jonn in TechTalk
- 4 Comments »
To install Apache, MySQL, and PHP on Ubuntu, we use the following command on one line:
sudo apt-get install apache2 php5 libapache2-mod-php5 mysql-server mysql-admin libapache2-mod-auth-mysql php5-mysql phpmyadmin


September 8th, 2010 at 3:50 am
thank u for this
November 23rd, 2010 at 10:17 am
That works great
February 19th, 2011 at 9:00 am
So, then how do you admin this AMP install?
In particular, how are aliases declared to other directories for development and how does one interact with MySQL and it’s configuration?
OMR
May 28th, 2011 at 3:00 pm
Normally you would have to still modify the apache.conf file and use a tool like phpMySql or the MySQL command line.