How Do You Deploy LAMP to a RedHat/CentOS/Fedora Server?

Problem scenario
You want to configure the LAMP stack (Linux, Apache web server, MySQL/MariaDB, and PHP) on a running a RedHat distribution of Linux.  How do you do this?

Solution
Run this command:
sudo yum -y install php httpd mariadb-server

Leave a comment

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