1. Setup Apache, Mysql, Php with yum
execute with "root" privileges the following command
- Code: Select all
yum install httpd mysql-server php php-mysql
2. Services Startup
mysql
- Code: Select all
/etc/init.d/mysqld start
apache
- Code: Select all
/etc/init.d/httpd start
Now you are ready for WFiles Installation

