LAMP Stack

Как установить Linux, Apache, MySQL, PHP (LAMP) на CentOS 6 — step-by-step Linux tutorial on Progressive Robot

Как установить Linux, Apache, MySQL, PHP (LAMP) на CentOS 6

## О LAMPСтек LAMP—это группа программного обеспечения с открытым исходным кодом, которая управляет веб-серверами. Акроним расшифровывается как Linux, Apache, MySQL и PHP. Поскольку сервер уже запустил CentOS, о Linux можно не беспокоиться. Вот как установить все остальное.##…

Read more
¿Cómo instalar WordPress con LAMP en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo instalar WordPress con LAMP en Ubuntu 16.04?

WordPress es el CMS (Sistema de Gestión de Contenido) más popular en Internet. Te permite configurar sitios y blogs fácilmente sobre MySQL y PHP manejando el backend. Wordpress ha tenido amplia aceptación y es una buena opción para tener un sitio en linea rápidamente. Después…

Read more
How To Install an Apache, MySQL, and PHP (FAMP) Stack on FreeBSD 10.1 — step-by-step Linux tutorial on Progressive Robot

How To Install an Apache, MySQL, and PHP (FAMP) Stack on FreeBSD 10.1

A FAMP stack, which is similar to a LAMP stack on Linux, is a group of open source software that is typically installed together to enable a FreeBSD server to host dynamic websites and web apps. FAMP is an acronym that stands for FreeBSD (operating system), Apache (web server), MySQL (database server), and PHP (to process dynamic PHP content).

Read more
Cara Menginstal tumpukan Linux, Apache, MySQL, PHP (LAMP) pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menginstal tumpukan Linux, Apache, MySQL, PHP (LAMP) pada Ubuntu 20.04

Tumpukan “LAMP” adalah sekumpulan perangkat lunak sumber terbuka yang biasanya diinstal bersama untuk memungkinkan server menjadi hos dari situs web yang dinamis dan aplikasi web. Istilah ini sebenarnya merupakan singkatan yang mewakili sistem operasi Linux dengan server web Apache. Data situs disimpan di dalam basis data MySQL dan konten dinamis diolah dengan menggunakan PHP. Dalam panduan ini, kita akan menginstal tumpukan LAMP pada server Ubuntu 20.04.

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

How To Upgrade to PHP 7 on CentOS 7

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 a CentOS 7 system with Apache or Nginx, using community-provided packages.

Read more
CHAT