civicrm wordpress stub
This commit is contained in:
parent
b59c7c5818
commit
a976ed656d
|
@ -29,4 +29,36 @@ Drupal needs to be installed before CiviCRM.
|
||||||
|
|
||||||
Install Debian stable (bookworm/12) with Apache and set up Certbot.
|
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
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Libre Developers Documentation 0\n"
|
"Project-Id-Version: Libre Developers Documentation 0\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: en\n"
|
"Language: en\n"
|
||||||
|
@ -46,8 +46,8 @@ msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/civicrm-libre-is.rst:14
|
#: ../../../_source/civicrm-libre-is.rst:14
|
||||||
msgid ""
|
msgid ""
|
||||||
"CiviCRM is a \"constituent relationship management software\" for especially "
|
"CiviCRM is a \"constituent relationship management software\" for "
|
||||||
"designed for non-profits."
|
"especially designed for non-profits."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/civicrm-libre-is.rst:17
|
#: ../../../_source/civicrm-libre-is.rst:17
|
||||||
|
@ -59,8 +59,7 @@ msgid "Drupal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/civicrm-libre-is.rst:22
|
#: ../../../_source/civicrm-libre-is.rst:22
|
||||||
msgid ""
|
msgid "CiviCRM works with various backends such as Drupal, Joomla, and Wordpress."
|
||||||
"CiviCRM works with various backends such as Drupal, Joomla, and Wordpress."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/civicrm-libre-is.rst:24
|
#: ../../../_source/civicrm-libre-is.rst:24
|
||||||
|
@ -78,3 +77,38 @@ msgstr ""
|
||||||
#: ../../../_source/civicrm-libre-is.rst:30
|
#: ../../../_source/civicrm-libre-is.rst:30
|
||||||
msgid "Install Debian stable (bookworm/12) with Apache and set up Certbot."
|
msgid "Install Debian stable (bookworm/12) with Apache and set up Certbot."
|
||||||
msgstr ""
|
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 ""
|
||||||
|
|
||||||
|
|
|
@ -124,12 +124,13 @@ msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/tile-libre-is.rst:155
|
#: ../../../_source/tile-libre-is.rst:155
|
||||||
msgid ""
|
msgid ""
|
||||||
"Edit /etc/renderd.conf thusly, add to bottom, changing \"accountname\" to"
|
"Edit /etc/renderd.conf thusly, add to bottom, changing \"accountname\" to "
|
||||||
" the user used above:"
|
"the user used above:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/tile-libre-is.rst:167
|
#: ../../../_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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/tile-libre-is.rst:175
|
#: ../../../_source/tile-libre-is.rst:175
|
||||||
|
@ -187,4 +188,3 @@ msgstr ""
|
||||||
#: ../../../_source/tile-libre-is.rst:229
|
#: ../../../_source/tile-libre-is.rst:229
|
||||||
msgid "Add more tiles..."
|
msgid "Add more tiles..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue