Browsing tag

mariadb

How To Install Nginx, MariaDB, PHP (LEMP stack) on Debian 9

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 10 Ubuntu 18.04 LEMP (a server stack) stands for Linux, Nginx, MariaDB, and PHP. Nginx is a free, open-source, high-performance HTTP web server; known for its stability, rich feature set, simple configuration, and low resource consumption. Here, we will talk about how to install […]

How To Install LAMP Server on Debian 9

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 10 Ubuntu 18.04 LAMP (a server stack) stands for Linux, Apache, MySQL, and PHP. These four popular open source software components are used by most of the web hosting companies, web developers, blogs and others to run their websites. Here is the small guide […]

Install WordPress + Apache, MariaDB, and HHVM in Ubuntu 16.04

HHVM is just-in-time compiler designed to run applications that are written in PHP and Hack language. Facebook use HHVM to serve billions of web requests per day and is faster than traditional PHP engine. This article describes the steps to install WordPress with Apache, MariaDB, and HHVM on Ubuntu 16.04 Server. Below are the topics […]

Install WordPress + Nginx, MariaDB, and HHVM in Ubuntu 16.04

HHVM is just-in-time compiler developed to run applications that are written in PHP and Hack language. HHVM is faster than traditional PHP engine and is used by Facebook to serve billions of web requests per day. This article describes the steps to install WordPress with Nginx, MariaDB, and HHVM on Ubuntu 16.04 Server. Below are […]

How To Install LEMP Stack on Ubuntu 16.04

LEMP stack stands for Linux, Nginx, MariaDB, and PHP stack. It is widely used tech stack to host websites and blogs. This tutorial shows you how to install Nginx with PHP support (through PHP-FPM) and MySQL support on Ubuntu 16.04. Install LEMP Stack Install Nginx Download signing key from the official website. wget https://nginx.org/keys/nginx_signing.key Add […]