WordPress Sandbox on the VPS — full plan

2026-07-14 · Plan for staging the Oscar WordPress site

How to bring oscarstreeacademy.org.uk onto the VPS via .wpress import, run WordPress in Docker, verify the local install is functional, and snapshot every page as static HTML for the dist.

Approach

  1. Export the live WordPress site using the All-in-One WP Migration plugin as a .wpress file
  2. Copy the .wpress file to the VPS via scp
  3. Set up WordPress + MariaDB in Docker on the VPS
  4. Use wp-cli to import the .wpress file
  5. Fix all the issues (URLs, plugins, missing posts, etc.) that the import surfaces
  6. Snapshot each page as static HTML for distribution

Outcomes (achieved)

Issues found and fixed

← back to index