From 17b73c7aa87753201fb7bb4f3cf59fb483087baf Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Mon, 14 Oct 2024 17:19:20 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db1b7e7..97c139d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # ailur-website -The Ailur website Wordpress source code \ No newline at end of file +The Ailur website Wordpress source code + +To use: +- Download the latest continuous release to "bootstrap" the site +- Start a local webserver and run it at port 80 +- Open your Wordpress instance **on your local machine** to import the XML +- Use a plugin like Auto Upload Images to move the bootstrapped images to your Wordpress instance + +This is because the Wordpress XML file does **not** bundle images. Our Wordpress instance is therefore configured to fetch all images from itself, which exported as localhost, meaning you must move all the "localhost" images over to your instance. + +FOSS Wordpress sites are a pain :P \ No newline at end of file