Ubuntu Tutorial, How to install LAMP on Ubuntu 14.04

LAMP stands for Linux Apache, MySQL and PHP. With LAMP we can have a fully working Linux as a powerful web server. On thus tutorial I will show you how to install LAMP on Ubuntu 14.04 Trusty Tahr. To get started, open Terminal and paste the following command on Terminal

sudo apt-get install apache2 mysql-server-5.5 php5 php5-mysql php5-gd phpmyadmin

Upon installation you will be asked to enter the root password for MySQL. Once finished, you can check if Apache web server fully working by typing the following address on web browser such as Mozilla Firefox.

http://localhost

You will see Apache2 information displayed there. Next is to check if phpmyadmin works. Type the following address on web browser

http://localhost/phpmyadmin

That’s it. Its not hard to install LAMP on Ubuntu 14.04 Trusty Tahr.

Admin

One Comment

Leave a Reply

Your email address will not be published. Required fields are marked *