ramoonus.nl
Amazon EC2 Linux as LAMP server - The Ramonologue
The following guide demonstrates how to install Apache Webserver 2.4 PHP 5.4 MySQL Server 5.5 (Community Edition) Step 1: install Apache, PHP, MySQL sudo yum install -y httpd24 php54 mysql55 Step 2: start the services sudo /etc/init.d/mysqld start sudo /etc/init.d/httpd … Continue reading →
Ramoonus