LEMP

Linux、Nginx、MySQL、PHP(LEMP)スタックをUbuntu 20.04にインストールする方法 — step-by-step Linux tutorial on Progressive Robot

Linux、Nginx、MySQL、PHP(LEMP)スタックをUbuntu 20.04にインストールする方法

LEMPソフトウェアスタックは、PHPで記述された動的WebページとWebアプリケーションの提供に使用できるソフトウェアのグループです。これは、Nginx(「 Engine-X」と発音)Webサーバーを備えたL inuxオペレーティングシステムを表す頭字語です。バックエンドデータはMySQLデータベースに保存されており、動的コンテンツはPHPが処理を行います。このガイドでは、Ubuntu 20.04サーバーにLEMPスタックをセットアップします。

Read more
How To Install WordPress with LEMP on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with LEMP on Ubuntu 16.04

WordPress is the most popular CMS (content management system) on the internet. It allows you to easily set up flexible blogs and websites on top of a MySQL backend with PHP processing. WordPress has seen incredible adoption and is a great choice for getting a website up and…

Read more
What is LEMP? — step-by-step Web Servers tutorial on Progressive Robot

What is LEMP?

LEMP refers to a collection of open-source software that is commonly used together to serve web applications. The term LEMP is an acronym that represents the configuration of a Linux operating system with an nginx web server, with site data stored in a MySQL database and dynamic content processed by PHP.

Read more
How To Install and Secure phpMyAdmin with Nginx on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure phpMyAdmin with Nginx on Ubuntu 16.04

Administering relational databases from the command line can be daunting. A project called phpMyAdmin aims to alleviate this by providing an easy to use web interface for MySQL. In this guide, we’ll discuss how to install and secure phpMyAdmin on top of a LEMP (Linux, Nginx, MySQL, and PHP) stack on an Ubuntu 16.04 server.

Read more
CHAT