The better way to install LAMP on Ubuntu Karmic 9.10

All this comes from here:

https://help.ubuntu.com/community/ApacheMySQLPHP

In the teminal:

  • $ sudo tasksel install lamp-server
  • $ sudo apt-get install phpmyadmin
  • $ sudo gedit /etc/apache2/apache2.conf
    • Add the following to the end of this file:  “Include /etc/phpmyadmin/apache.conf”
  • Edit the /etc/php5/apache2/php.ini file and increase the memory_limit value. I used 64M, but that may be overkill.
This entry was posted in Apache, Linux, Solutions, Ubuntu. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>