LAMP Stack

Building for Production: Web Applications — Deploying — step-by-step Linux tutorial on Progressive Robot

Building for Production: Web Applications — Deploying

In this part of the “Building for Production: Web Applications” series (2 of 6), we will deploy our example PHP application, WordPress, and a private DNS. Your users will access your application over HTTPS via a domain name, e.g. “https://www.example.com”, that points to the load balancer. The load balancer will act as a reverse proxy to the application servers, which will connect to the database server.

Read more
How To Install Linux, Apache, MariaDB, PHP (LAMP) Stack on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Apache, MariaDB, PHP (LAMP) Stack on CentOS 8

A “LAMP” stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps written in PHP. This term is an acronym which represents the Linux operating system, with the Apache 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 LAMP stack on a CentOS 8 server, using MariaDB as database system.

Read more
Установка WordPress со стеком LAMP в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка WordPress со стеком LAMP в Ubuntu 20.04

WordPress — это одна из самых популярных на сегодня систем с открытым исходным кодом для создания веб-сайтов и блогов в сети Интернет. Ее используют 63% веб-сайтов, которые пользуются системой управления контентом (CMS). На сайты, работающие на WordPress, приходится 36% всех…

Read more
Building for Production: Web Applications — Overview — step-by-step Linux tutorial on Progressive Robot

Building for Production: Web Applications — Overview

This tutorial will demonstrate how to plan and set up a sample production application from start to finish. Hopefully, this will help you plan and implement your own production server environment, even if you are running a different application on a completely different technology stack. Because this tutorial covers many different system administration topics, it will often defer the detailed explanation to external supporting articles that provide supplemental information.

Read more
CHAT