Setting up a LAMP server with Ubuntu

Ubuntu, known for its ease of use, makes no exception for setting up an apache, mysql, and php stack. Since the release of Feisty Fawn, Ubuntu has come packed with tasksel – a user interface for installing tasks.

1. At your command prompt, run tasksel as root.

john@earth:~$ sudo tasksel

2. Select LAMP server
1

3. Continue the installation by following the prompts.

It works!
4

One tool I have difficulty living without is phpMyAdmin. From the command prompt type

sudo apt-get install phpmyadmin

Continue the installation by following the prompts. If you are using a version of Ubuntu older than 9.04 (Jaunty) you will need to add the following line to /etc/apache2/apache2.conf Continue the installation by following the prompts. Version 9.04 does this automatically. You will be able to access phpMyAdmin by browsing directly to http:///phpmyadmin

Related posts:

  1. Note that the MySQL client library is not bundled anymore! Unable to get PHP configured to my specifications using the Ubuntu repositories, I decided to install it from source. However,...
  2. SSHMenu Until today, my installation of Ubuntu was not working well, and due to time constraints I was forced to fall...
  3. Slow connection to Ubuntu repositories While attempting to get a fully functional LAMP stack running on my Ubuntu install, I opted to use the repositories...
  4. Universal Netboot Installer The first thing I did when I received my new Asus F6Ve-B1 was download Ubuntu 9.04 and ready myself for...
  5. Slow Network Transfer with Vista The Windows Vista TCP/IP stack came packed with a multitude of new features, one being Receive Window Auto-Tuning. The TCP...

Leave a Reply

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>

Notify me of followup comments via e-mail. You can also subscribe without commenting.