Ubuntu AMP Install

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


4 Responses to “Ubuntu AMP Install”

  1. a-man Says:

    thank u for this

  2. Ubuntu fan Says:

    That works great

  3. oldmanriver Says:

    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

  4. jonn Says:

    Normally you would have to still modify the apache.conf file and use a tool like phpMySql or the MySQL command line.

Leave a Comment