CiviCRM wordpress install
This commit is contained in:
parent
e9f762e0b4
commit
529cf5a419
|
@ -121,3 +121,42 @@ Edit /etc/apache2/sites-available/wordpress.conf
|
|||
sudo ln -s /etc/apache2/sites-available/wordpress.conf \
|
||||
/etc/apache2/sites-enabled/
|
||||
sudo systemctl restart apache2
|
||||
|
||||
|
||||
CiviCRM Install
|
||||
===============
|
||||
Once Wordpress is running, install CiviCRM plugins.
|
||||
Download the Wordpress CiviCRM plugin from here:
|
||||
|
||||
`<https://civicrm.org/download>`_
|
||||
|
||||
Also install more PHP deps.
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
sudo chown -R jebba:jebba /var/www/wordpress/wp-content/plugins/
|
||||
cd /var/www/wordpress/wp-content/plugins/
|
||||
unzip ~/devel/civicrm/wordpress/civicrm-5.77.0-wordpress.zip
|
||||
sudo apt install php-bcmath php-curl php-xml php-zip php-intl \
|
||||
php-soap php-mbstring php-common
|
||||
|
||||
Edit /etc/php/8.2/apache2/php.ini with these values:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
memory_limit = 256M
|
||||
max_execution_time = 240
|
||||
max_input_time = 120
|
||||
post_max_size = 50M
|
||||
upload_max_filesize = 50M
|
||||
|
||||
Then restart apache:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
sudo systemctl restart apache2
|
||||
|
||||
Activate the plugin, logging in as Wordpress admin user:
|
||||
|
||||
`<https://civicrm.libre.is/wp-admin/plugins.php>`_
|
||||
|
||||
|
|
|
@ -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 13:17-0600\n"
|
||||
"POT-Creation-Date: 2024-09-17 13:34-0600\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: en\n"
|
||||
|
@ -126,3 +126,40 @@ msgstr ""
|
|||
msgid "Edit /etc/apache2/sites-available/wordpress.conf"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/civicrm-libre-is.rst:127
|
||||
msgid "CiviCRM Install"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/civicrm-libre-is.rst:128
|
||||
msgid ""
|
||||
"Once Wordpress is running, install CiviCRM plugins. Download the "
|
||||
"Wordpress CiviCRM plugin from here:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/civicrm-libre-is.rst:131
|
||||
msgid "`<https://civicrm.org/download>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/civicrm-libre-is.rst:133
|
||||
msgid "Also install more PHP deps."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/civicrm-libre-is.rst:143
|
||||
msgid "Edit /etc/php/8.2/apache2/php.ini with these values:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/civicrm-libre-is.rst:153
|
||||
msgid "Then restart apache:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/civicrm-libre-is.rst:159
|
||||
msgid "Activate the plugin, logging in as Wordpress admin user:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/civicrm-libre-is.rst:161
|
||||
msgid "`<https://civicrm.libre.is/wp-admin/plugins.php>`_"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Also: XXX PHP Multibyte and PHP File Information"
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue