Browsing category

Fedora

Install ownCloud 7 on Fedora 21

ownCloud is a web suite that provides a cloud storage over the network, data can be uploaded via web browser or using software client. Data will be stored on the server and can be downloaded or access any time with browser or desktop client or smartphone app. The project is based on PHP and a […]

Install WordPress with Nginx on Fedora 27 / Fedora 26

WordPress is the most widely used open source web blogging and content management software written in PHP and MySQL; even ITzGeek uses WordPress. Here is the small tutorial on setting up WordPress installation with Nginx on Fedora 27 / Fedora 26. Prerequisites Before proceeding, you might want to look at the following. READ: Install EMP […]

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 […]