Installing a LAMP stack: Linux – Apache, PHP, and MySQL on Fedora Core Assuming you already have Linux and Yum installed. 1. Install Apache (httpd), PHP, MySQL (server and client), and the component that allows php to talk to mysql. yum -y install httpd php mysql mysql-server php-mysql 2. Configure the new services to start [...]
