Because reading the README is faster than debugging

This commit is contained in:
2025-12-01 23:28:56 +01:00
parent 1eb720d3fb
commit 03398740b1

View File

@@ -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 wont stop you from running the script without reading the documentation like theres no tomorrow.
Skip the README, and whatever happens next is your headache, not a bug report.
---