tags: apache   archive   business   charity   climbing   cluster   comic   database   email   exchange   family   fm2008   hack   humour   linux   liverpool   microsoft   money   mysql   network   oes   opensource   outlook   php   pictures   poem   process   project   real_life   review   rss   science   security   software   sql   thought   tsm   updates   webdev   website   windows  

Ubuntu LAMP Install

Wed, 25 Jun 2008 10:34:02

I wanted to setup Apache, MySQL, PHP etc on my laptop so I could do some development while on holiday. To get the standard LAMP setup on Ubuntu hardy, just type the following into a terminal.

sudo apt-get install apache2 php5 mysql-client-5.0 mysql-server-5.0 phpmyadmin libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql

Source: http://humanlanguage.wordpress.com/2006/12/03/install-lamp-on-ubuntu/

Cheers
Ryan Partington