Tag: local development

  • What is WordPress? The technical stack explained

    WordPress powers almost half the websites on the internet, but what is actually running underneath the dashboard? This article explains the LAMP stack WordPress is built on, how it generates pages dynamically, and how its files are organised.

  • Setting up WordPress locally with Docker

    Running WordPress locally means recreating the same web server, database, and PHP stack it runs on in production. This guide walks through setting up WordPress with Docker Compose, including fixes for two common problems you are likely to encounter on macOS.