🚀 Set Up WordPress on Ubuntu Server (Before NGINX Configuration)
A full beginner guide for Theekshana
This guide walks you through everything before NGINX configuration, including:
mkdir -p ~/projects/web/html
cd ~/projects/web/html
touch index.html styles.css script.js database.sql backend.php
touch "Complete project Description.md"
This gives you a clean local dev folder
cd /tmp
curl -O <https://wordpress.org/latest.zip>
sudo apt install unzip
unzip latest.zip