diff --git a/docs/_source/civicrm-libre-is.rst b/docs/_source/civicrm-libre-is.rst
index 77929dc..30ac255 100644
--- a/docs/_source/civicrm-libre-is.rst
+++ b/docs/_source/civicrm-libre-is.rst
@@ -29,4 +29,36 @@ Drupal needs to be installed before CiviCRM.
Install Debian stable (bookworm/12) with Apache and set up Certbot.
+Wordpress
+=========
+The test install will have a CiviCRM with Wordpress install.
+
+ ``_
+
+ `_
+
+Download latest release:
+
+ ``_
+
+.. code-block:: sh
+
+ sudo apt install unzip python3-certbot-apache php mariadb-server
+
+Set up the database.
+
+.. code-block:: sh
+
+ sudo mariadb-admin password
+ mariadb -uroot -p
+
+Then in the database:
+
+.. code-block:: sql
+
+ CREATE USER 'wordpress'@'localhost' IDENTIFIED BY 'password';
+ CREATE DATABASE IF NOT EXISTS wordpress CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
+ GRANT ALL PRIVILEGES on wordpress.* to 'wordpress'@'localhost';
+ FLUSH PRIVILEGES;
+ EXIT
diff --git a/docs/_source/locale/en/LC_MESSAGES/civicrm-libre-is.po b/docs/_source/locale/en/LC_MESSAGES/civicrm-libre-is.po
index 6683259..e5568a4 100644
--- a/docs/_source/locale/en/LC_MESSAGES/civicrm-libre-is.po
+++ b/docs/_source/locale/en/LC_MESSAGES/civicrm-libre-is.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Libre Developers Documentation 0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-09-08 12:01-0600\n"
+"POT-Creation-Date: 2024-09-17 12:41-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language: en\n"
@@ -46,8 +46,8 @@ msgstr ""
#: ../../../_source/civicrm-libre-is.rst:14
msgid ""
-"CiviCRM is a \"constituent relationship management software\" for especially "
-"designed for non-profits."
+"CiviCRM is a \"constituent relationship management software\" for "
+"especially designed for non-profits."
msgstr ""
#: ../../../_source/civicrm-libre-is.rst:17
@@ -59,8 +59,7 @@ msgid "Drupal"
msgstr ""
#: ../../../_source/civicrm-libre-is.rst:22
-msgid ""
-"CiviCRM works with various backends such as Drupal, Joomla, and Wordpress."
+msgid "CiviCRM works with various backends such as Drupal, Joomla, and Wordpress."
msgstr ""
#: ../../../_source/civicrm-libre-is.rst:24
@@ -78,3 +77,38 @@ msgstr ""
#: ../../../_source/civicrm-libre-is.rst:30
msgid "Install Debian stable (bookworm/12) with Apache and set up Certbot."
msgstr ""
+
+#: ../../../_source/civicrm-libre-is.rst:33
+msgid "Wordpress"
+msgstr ""
+
+#: ../../../_source/civicrm-libre-is.rst:34
+msgid "The test install will have a CiviCRM with Wordpress install."
+msgstr ""
+
+#: ../../../_source/civicrm-libre-is.rst:36
+msgid "``_"
+msgstr ""
+
+#: ../../../_source/civicrm-libre-is.rst:38
+msgid ""
+"`_"
+msgstr ""
+
+#: ../../../_source/civicrm-libre-is.rst:40
+msgid "Download latest release:"
+msgstr ""
+
+#: ../../../_source/civicrm-libre-is.rst:42
+msgid "``_"
+msgstr ""
+
+#: ../../../_source/civicrm-libre-is.rst:48
+msgid "Set up the database."
+msgstr ""
+
+#: ../../../_source/civicrm-libre-is.rst:55
+msgid "Then in the database:"
+msgstr ""
+
diff --git a/docs/_source/locale/en/LC_MESSAGES/tile-libre-is.po b/docs/_source/locale/en/LC_MESSAGES/tile-libre-is.po
index 5769d4f..39b1984 100644
--- a/docs/_source/locale/en/LC_MESSAGES/tile-libre-is.po
+++ b/docs/_source/locale/en/LC_MESSAGES/tile-libre-is.po
@@ -124,12 +124,13 @@ msgstr ""
#: ../../../_source/tile-libre-is.rst:155
msgid ""
-"Edit /etc/renderd.conf thusly, add to bottom, changing \"accountname\" to"
-" the user used above:"
+"Edit /etc/renderd.conf thusly, add to bottom, changing \"accountname\" to "
+"the user used above:"
msgstr ""
#: ../../../_source/tile-libre-is.rst:167
-msgid "Edit /usr/lib/systemd/system/renderd.service and add to [Service] section:"
+msgid ""
+"Edit /usr/lib/systemd/system/renderd.service and add to [Service] section:"
msgstr ""
#: ../../../_source/tile-libre-is.rst:175
@@ -187,4 +188,3 @@ msgstr ""
#: ../../../_source/tile-libre-is.rst:229
msgid "Add more tiles..."
msgstr ""
-