Learn the advantages of the LAMP system. Linux, Apache, MySQL and PHP. This tutorial will provide you step by step guide to install Apache, MySQL and PHP using yum command.
Learn the advantages of the LAMP system. Linux, Apache, MySQL and PHP. This tutorial will provide you step by step guide to install Apache, MySQL and PHP using yum command.In this tutorial we will learn how to install Linux, Apache, MySQL and PHP. This guide will help you in installing complete LAMP system for development of applications using LAMP technologies.
The LAMP or Linux, Apache, MySQL and PHP is full featured software development and deployment stack. You can run applications of any complexity using these technologies.
Installing LAMP System:
There are many ways to install complete LAMP system. One of the easiest way is to take the CentOS linux distribution. You can choose PHP, MySQL and Apache at the time of OS installation. If you have missed to select any of the these software you can install it after the OS installation. The yum command will help you in doing so.
Here is the steps to install Apache, MySQL and PHP using yum command:
Now you have successfully installed LAMP system. In the next sections we will see how to start PHP programming.