civicrm wordpress stub

This commit is contained in:
Jeff Moe 2024-09-17 12:41:52 -06:00
parent b59c7c5818
commit a976ed656d
3 changed files with 75 additions and 9 deletions

View file

@ -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.
`<https://docs.civicrm.org/installation/en/latest/wordpress/>`_
`<https://developer.wordpress.org/advanced-administration/before-install/howto-install/`>_
Download latest release:
`<https://wordpress.org/latest.zip>`_
.. 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

View file

@ -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 <EMAIL@ADDRESS>\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 "`<https://docs.civicrm.org/installation/en/latest/wordpress/>`_"
msgstr ""
#: ../../../_source/civicrm-libre-is.rst:38
msgid ""
"`<https://developer.wordpress.org/advanced-administration/before-install"
"/howto-install/`>_"
msgstr ""
#: ../../../_source/civicrm-libre-is.rst:40
msgid "Download latest release:"
msgstr ""
#: ../../../_source/civicrm-libre-is.rst:42
msgid "`<https://wordpress.org/latest.zip>`_"
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 ""

View file

@ -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 ""