CiviCRM wordpress install

This commit is contained in:
Jeff Moe 2024-09-17 13:00:17 -06:00
parent a976ed656d
commit 066aeb2944
2 changed files with 25 additions and 4 deletions

View file

@ -35,7 +35,7 @@ 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/`>_
`<https://developer.wordpress.org/advanced-administration/before-install/howto-install/>`_
Download latest release:
@ -43,7 +43,7 @@ Download latest release:
.. code-block:: sh
sudo apt install unzip python3-certbot-apache php mariadb-server
sudo apt install unzip python3-certbot-apache php mariadb-server php-mysql
Set up the database.
@ -62,3 +62,18 @@ Then in the database:
FLUSH PRIVILEGES;
EXIT
Perhaps change the ownership to your user (in this case jebba)
to install wordpress files. Then unzip wordpress and move to
the best location:
.. code-block:: sh
sudo chown -R jebba:jebba /var/www/html
cd /var/www/html
rm index.html
unzip ~/devel/wordpress/latest.zip
mv wordpress/* .
rmdir wordpress/
sudo chown -R www-data /var/www/html/

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-17 12:41-0600\n"
"POT-Creation-Date: 2024-09-17 12:59-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
@ -93,7 +93,7 @@ msgstr ""
#: ../../../_source/civicrm-libre-is.rst:38
msgid ""
"`<https://developer.wordpress.org/advanced-administration/before-install"
"/howto-install/`>_"
"/howto-install/>`_"
msgstr ""
#: ../../../_source/civicrm-libre-is.rst:40
@ -112,3 +112,9 @@ msgstr ""
msgid "Then in the database:"
msgstr ""
#: ../../../_source/civicrm-libre-is.rst:65
msgid ""
"Perhaps change the ownership to your user (in this case jebba) to install"
" wordpress files. Then unzip wordpress and move to the best location:"
msgstr ""