How To Install Linux, Apache, MySQL, PHP (LAMP) stack On CentOS 7
In this guide, we’ll get a LAMP stack installed on an CentOS 7 VPS. A “LAMP” stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the **L**inux operating system, with the **A**pache web server. The site data is stored in a **M**ySQL database (using MariaDB), and dynamic content is processed by **P**HP.