You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A source-compilation installer for building LNMP (Linux + Nginx/OpenResty + MariaDB + PHP + Redis) clusters from scratch. Designed for production-grade deployment on RHEL/Debian-family distributions, with full Docker support for multi-distro testing and deployment.
Supported Systems
Family
Distributions
RHEL
Rocky Linux 8/10, CentOS Stream 9
Debian
Debian 11/12, Ubuntu 22.04/24.04
Hardware Requirements
CPU: 4 cores
RAM: 16 GB
Disk: 128 GB+ SSD/HDD
Quick Start
Native Install:
git clone https://github.com/aigamelab/lnmp-utils.git
cd lnmp-utils
./install.sh
Docker Deploy:
git clone https://github.com/aigamelab/lnmp-utils.git
cd lnmp-utils
./install-docker.sh up # start LNMP container (default: rockylinux)
./install-docker.sh build # build image locally
./install-docker.sh status # check status
./install-docker.sh shell # enter container