From 03398740b1b0eb8fd796c1e242ee07b9d6d30573 Mon Sep 17 00:00:00 2001 From: allan Date: Mon, 1 Dec 2025 23:28:56 +0100 Subject: [PATCH] Because reading the README is faster than debugging --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 585a078..90264c7 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,24 @@ [![App](https://img.shields.io/badge/app-wordpress-21759B)](#) [![License](https://img.shields.io/badge/License-MIT-green)](./LICENSE) -Automated installer for the **latest stable WordPress on Ubuntu 24.04**, configured for Nginx, PHP-FPM, and MariaDB/MySQL. +Install WordPress on Ubuntu 24.04 server. -This is not a 5-minute “demo stack”. -This script deploys a **production-ready WordPress site**, database included, configs hardened, and Nginx validation enforced. +This is not a demo and not an experiment. +A production-focused installer — correct permissions, prepared DB, no web-based setup guessing. -Install → Configure → Visit `/wp-admin/install.php` → Done. +## Why this installer exists +Most WordPress guides leave insecure permissions, unclear DB setup and missing caching. This avoids all three. + +## What this installer does +✔ Downloads the latest WordPress release +✔ Creates database + user automatically +✔ Generates validated Nginx host config +✔ Socket or password authentication supported +✔ Safe to re-run without data loss + +## What this installer does *NOT* do +It won’t stop you from running the script without reading the documentation like there’s no tomorrow. +Skip the README, and whatever happens next is your headache, not a bug report. ---