Deploying the LNMP Stack: Nginx, MySQL 8, and PHP 7 from Source
Prerequisites and Source Acquisition
To build the LNMP (Linux, Nginx, MySQL, PHP) environment, begin by establishing a build directory and fetching the required packages. This setup utilizes Nginx 1.17, PHP 7.3, and the MySQL 8.0 RPM bundle. Additionally, compiling certain dependencies requires a modern version of CMake.
mkdir -p /opt/stack_bui ...
Posted on Thu, 27 Aug 2026 16:46:19 +0000 by toma42