How To Install Linux, Apache, MariaDB, PHP (LAMP) Stack on CentOS 8
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 written in PHP. This term is an acronym which represents the Linux operating system, with the Apache web server. The backend data is stored in a MariaDB database and the dynamic processing is handled by PHP. In this guide, you’ll install a LAMP stack on a CentOS 8 server, using MariaDB as database system.