Install WordPress on Fedora 22 / 21 with AMP

WordPress is the most widely used open source web blogging and CMS written in php and MySQL. Here is the guide to install WordPress on Fedora 22 / 21, this is very simple as like having a bear; wont take more than 5 min. Prerequisites: WordPress requires Apache, PHP and MySQL. You can look at […]

Install Nginx + MariaDB + PHP on Fedora 27 / Fedora 26

Nginx is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows you how to install Nginx on Fedora 27 with PHP support (through PHP-FPM) and MariaDB support. PHP-FPM is an alternative PHP FastCGI implementation. It has some additional features useful […]

Install phpMyAdmin on Fedora 27 / Fedora 26/25/24

phpMyAdmin is the web-based administration tool for managing the MySQL, MariaDB and Drizzle servers; it helps in performing databases activities such as creating, deleting, querying, tables, columns, relations, indexes, users, permissions, etc. This guide will help you to install phpMyAdmin on Fedora 27 / Fedora 26/25. Install phpMyAdmin Install phpMyAdmin using the following command. dnf […]

Install Apache2 With PHP5 And MySQL On Fedora 21 (LAMP)

LAMP Stands for Linux,Apache,MySQL and PHP. Most of the websites works with the above combination. The main purpose of LAMP is testing the application locally by the programmer before going to the production. Below are the steps to install LAMP (Apache, PHP and MySQL) on Fedora. Installing Linux: Here i am not going to show […]