Install Linux, Nginx, MySQL, PHP (LEMP stack) On Ubuntu 18.04

Install Linux, Nginx, MySQL, PHP (LEMP stack) On Ubuntu 18.04

It explains LEMP and provides references to the tutorials that can be referred to have LEMP stack for PHP development on Ubuntu 18.04 LTS.

October 08, 2019

The LEMP stack is one of the popular stacks used for PHP development and to host the websites and applications. This tutorial is specific to Ubuntu as a Linux system.

L for Linux

It stands for the underlying operating system. The Linux based operating systems are considered as secure systems as compared to windows based systems. One of the reasons is that the viruses can't execute in the absence of executable files. There are several other factors that make Linux the default choice to host websites and web applications. The popular Linux based operating systems include Red Hat Enterprise Linux (RHEL), CentOS, Ubuntu, Fedora, and SUSE Linux.

You can refer to Complete Guide To Install Ubuntu 18.04 LTS (Bionic Beaver) to install Ubuntu Desktop.

E for Engine X

Nginx is the popular and fastest web server that can be used to host PHP based websites and applications. It can also be installed locally for development purposes. The other popular alternative to Nginx is Apache.

You can refer to How To Install And Configure Nginx on Ubuntu 18.04 LTS to install Nginx on Ubuntu.

M for MySQL or MariaDB

MySQL is used as the relational database to store the data specific to both websites and web applications. It can also be used either as a relational database or NoSQL for storing data. After the acquisition of MySQL by Oracle, the open-source community started contributing to MariaDB which is almost similar to MySQL using the same standards. MySQL differentiates more with MariaDB after the release of MySQL 8.0.

You can refer to How To Install MySQL 8 on Ubuntu to install MySQL on Ubuntu.

P for PHP

PHP is the widely-used open source general-purpose scripting language to develop websites and web applications. The recent versions of PHP support OOPS and types to develop the applications following Object Oriented paradigm. It can also be used as templates or dynamic pages to generate the HTML.

You can refer to How To Install PHP For Nginx On Ubuntu 18.04 LTS to install PHP 7 on Ubuntu and configure it for Nginx.

Coding

The other tutorials relevant for PHP development are listed below.

Install Netbeans for PHP development - How To Install NetBeans 11 for PHP on Ubuntu.

Install VSCode or Visual Studio Code for PHP development - How To Install VSCode For PHP On Ubuntu.

Install Eclipse 2019 for PHP development - How To Install Eclipse for PHP on Ubuntu

Install Workbench to manage MySQL and MariaDB database systems - How To Install MySQL Workbench On Ubuntu

Summary

We can easily install a LEMP stack by following the links mentioned in this tutorial and start developing PHP based websites and applications using Netbeans, VSCode, or Eclipse.

Write a Comment
Click the captcha image to get new code.
Discussion Forum by DISQUS