Installing Apache, MySQL and PHP using Yum on a Linux Server

Status
Not open for further replies.

JacksonWeb

Banned
Banned
8
2011
0
0
Hey guys :D
In this tutorial, i will show you how to install Apache, MySQL and PHP in less than 10 minutes.

First login into your VPS using your favorite SSH client and then run the following comments B-)

Installing Apache
yum -y install httpd


Installing MySql Server
yum -y install mysqld mysql-server


Install PHP
yum -y install php php-mysql


PHP Libraries
yum -y install php-gd php-imap


Use the comments below to start the services
service httpd start
service mysqld start

Congrats! you have now setup your VPS :P
Enjoy Hosting!
 
6 comments
Let us not find flaws, and welcome the new member. ;)
Welcome to WJunction, JacksonWeb. Thanks for the tutorial. ;) I am sure many people starting with Linux servers will find it useful.
 
Status
Not open for further replies.
Back
Top