LEMP

Ubuntu 20.04でDocker Composeを使用してLaravelをインストールおよびセットアップする方法 — step-by-step Docker tutorial on Progressive Robot

Ubuntu 20.04でDocker Composeを使用してLaravelをインストールおよびセットアップする方法

アプリケーションのコンテナ化とは、コンテナと呼ばれる軽量環境で実行できるように、アプリケーションおよびそのコンポーネントを適応させるプロセスを指します。このような環境は他から分離され、使い捨てできるため、アプリケーションの開発、テスト、および実稼働環境へのデプロイに活用できます。このガイドでは、Ubuntu 20.04での開発用にDocker Composeを使用してLaravelアプリケーションをコンテナ化します。

Read more
Установка стека Linux, Nginx, MySQL, PHP ( LEMP) в CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Установка стека Linux, Nginx, MySQL, PHP ( LEMP) в CentOS 8

Программный стек LEMP — это комплекс программного обеспечения, используемый для обслуживания динамических веб-страниц и веб-приложений, написанных на PHP. Название LEMP — это акроним, включающий операционную систему Linux с веб-сервером Nginx (произносится “Engine-X”)….

Read more
Установка комплекта 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 на сервере под управлением Ubuntu 20.04. Более подробную информацию с разъяснениями каждого шага можно найти в [обучающем модуле «Установка комплекта Linux, Nginx, MySQL, PHP (LEMP) на сервере Ubuntu…

Read more
How To Install Wordpress with nginx on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with nginx on Ubuntu 12.04

Wordpress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. This tutorial shows how to install Wordpress on a server with LEMP (with nginx instead of apache). It is written for Ubuntu 12.04.

Read more
How to Install and Configure Laravel 8 with Nginx (LEMP) on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure Laravel 8 with Nginx (LEMP) on Ubuntu 18.04

Laravel is an open source PHP framework that provides a set of tools and resources to build modern PHP applications. In this guide, you’ll install and configure a new Laravel application on an Ubuntu 18.04 server, using Composer to download and manage the framework dependencies. When you’re finished, you’ll have a functional Laravel demo application pulling content from a MySQL database.

Read more
How To Install (LEMP)  nginx, MySQL, PHP stack on Arch Linux — step-by-step Linux tutorial on Progressive Robot

How To Install (LEMP) nginx, MySQL, PHP stack on Arch Linux

LEMP stack is a group of open source software to get web servers up and running. The acronym stands for Linux, nginx (pronounced Engine x), MySQL, and PHP. This tutorial explains how to install the required repos to download nginx and php-fpm, how to install MySQL, how to install nginx, how to install php-fpm, how to configure php and nginx, and how to create a php info page. This tutorial is written for Arch Linux.

Read more
How To Install Linux, Nginx, MySQL, PHP (LEMP) Stack on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Nginx, MySQL, PHP (LEMP) Stack on CentOS 8

The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications written in PHP. The name “LEMP” is an acronym that describes a Linux operating system, with an (E)Nginx web server. The backend data is stored in a MariaDB database and the dynamic processing is handled by PHP. In this guide, you’ll install a LEMP stack on a CentOS 8 server using MariaDB as the database management system.

Read more
CHAT