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!
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!