I am using CentOS to make a real web server (for test scripts), it has a nice built in package manager YUM. I have already installed "Apache 2" for creating web server. It was easy and fast, apache (httpd) comes with centOS disks as default. I used the following line to install it.
yum install httpd
Then, I had to install php, php command line, perl, mysql to make the server ready for lamp development environment. This installation process required Internet connection and I used following line to install the whole thing.
yum install php php-cli mysql
It automatically searched all dependencies and the mirror from which they will be installed.
I didn't check the environment yet, but hope, it will help me fine.
No comments:
Post a Comment