Update README.md

This commit is contained in:
Tracker-Friendly 2024-10-14 17:19:20 +01:00
parent a77cd86e8c
commit 17b73c7aa8
1 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# ailur-website
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