using the following codes on centos
yum -y install httpd
yum -y install mysqld mysql-server
yum -y install php php-mysql
yum -y install php-gd php-imap
service httpd start
service mysqld start
i am able to run a website with not more than 50mb of ram without any control panel :D
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.