CiviCRM wordpress install
This commit is contained in:
parent
a976ed656d
commit
066aeb2944
|
@ -35,7 +35,7 @@ The test install will have a CiviCRM with Wordpress install.
|
||||||
|
|
||||||
`<https://docs.civicrm.org/installation/en/latest/wordpress/>`_
|
`<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:
|
Download latest release:
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ Download latest release:
|
||||||
|
|
||||||
.. code-block:: sh
|
.. 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.
|
Set up the database.
|
||||||
|
|
||||||
|
@ -62,3 +62,18 @@ Then in the database:
|
||||||
FLUSH PRIVILEGES;
|
FLUSH PRIVILEGES;
|
||||||
EXIT
|
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/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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-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"
|
"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"
|
||||||
|
@ -93,7 +93,7 @@ msgstr ""
|
||||||
#: ../../../_source/civicrm-libre-is.rst:38
|
#: ../../../_source/civicrm-libre-is.rst:38
|
||||||
msgid ""
|
msgid ""
|
||||||
"`<https://developer.wordpress.org/advanced-administration/before-install"
|
"`<https://developer.wordpress.org/advanced-administration/before-install"
|
||||||
"/howto-install/`>_"
|
"/howto-install/>`_"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../../_source/civicrm-libre-is.rst:40
|
#: ../../../_source/civicrm-libre-is.rst:40
|
||||||
|
@ -112,3 +112,9 @@ msgstr ""
|
||||||
msgid "Then in the database:"
|
msgid "Then in the database:"
|
||||||
msgstr ""
|
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 ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue