LEMP

Cómo instalar WordPress con LEMP en Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar WordPress con LEMP en Ubuntu 18.04

WordPress es el sistema de gestión de contenido (CMS) más popular de Internet. Le permite configurar de forma sencilla blogs y sitios web flexibles sobre un backend de MySQL con procesamiento PHP. WordPress ha recibido una increíble acogida y es una excelente opción para dejar…

Read more
Процедура установки и настройки Laravel с помощьтю Nginx на сервере Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Процедура установки и настройки Laravel с помощьтю Nginx на сервере Ubuntu 20.04

Laravel — это инфраструктура PHP с открытым исходным кодом, включающая инструменты и ресурсы для создания современных приложений PHP. Благодаря полной экосистеме с встроенными функциями популярность Laravel за последние годы…

Read more
How To Install Bacula-Web on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Bacula-Web on Ubuntu 14.04

Bacula-Web is a PHP web application that provides an easy way to view summaries and graphs of completed Bacula jobs. Although it doesn’t allow you to control Bacula in any way, Bacula-Web provides a graphical alternative to viewing jobs from the console. In this tutorial, we will show you how to install Bacula-Web on an Ubuntu 14.04 server that has Bacula software already installed.

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

How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7

In this guide, we’ll get a LEMP stack installed on an CentOS 7 server. A LEMP software stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the ENginx web server (which replaces the Apache component of a LAMP stack). The site data is stored in a MySQL database (using MariaDB), and dynamic content is processed by PHP.

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

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

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 Ubuntu 12.04.

Read more
How To Upgrade to PHP 7 on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Upgrade to PHP 7 on Ubuntu 14.04

PHP 7.0 was released on December 3, 2015. It promises substantial speed improvements over previous versions of the language, along with new features like scalar type hinting. This guide explains how to quickly upgrade a PHP 5.x installation on an Ubuntu 14.04 system with Apache or Nginx, using community-provided packages.

Read more
CHAT