Hi Developers! This is the ingredients before you cooking, isn’t it? I made the recipe for you.
Apache
Install Apache:
Start Apache service:
Go to localhost
in your favorite browser to check whether the Apache is run or not. To make the Fedora Test Page go away, commenting out the lines in /etc/httpd/conf.d/welcome.conf
. Apache configuration file is in /etc/httpd/conf/httpd.conf
.
PHP
Install PHP:
Install PHP module:
Maria DB
Why am I choose Maria DB than MySQL? Check this out Replace MySQL with MariaDB. Install Maria DB:
Start Maria DB service:
Configure Maria DB server:
And if you a big fan of phpMyAdmin
, go ahead install it:
Happy coding :)
Your turn to share: