You've already forked wordpress-ubuntu
Because reading the README is faster than debugging
This commit is contained in:
20
README.md
20
README.md
@@ -8,12 +8,24 @@
|
||||
[](#)
|
||||
[](./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.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user