Browsing tag

lemp

How To Install Linux, Nginx, MySQL, PHP (LEMP Stack) in Ubuntu 18.04

LEMP stack stands for Linux, Nginx, MariaDB, and PHP stack and is widely used for hosting websites/blogs. Here, we will see how to install LEMP Stack on Ubuntu 18.04 with PHP support (via PHP-FPM) and database (MariaDB) support. THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 10 Debian 9 Ubuntu 16.04 Install […]

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 http://nginx.org/keys/nginx_signing.key Add […]

Nginx 1.7.9 + PHP5-FPM + MySQL (LEMP) on Ubuntu 14.10

The steps in this post no longer works and the product is already depreciated. Visit How To Install LEMP Stack on Ubuntu 18.04 or How To Install LEMP Stack on Ubuntu 18.04 for latest documentation. Nginx is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and […]