diff --git a/docs/_source/civicrm-libre-is.rst b/docs/_source/civicrm-libre-is.rst index 1d32859..d7ef601 100644 --- a/docs/_source/civicrm-libre-is.rst +++ b/docs/_source/civicrm-libre-is.rst @@ -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: + + ``_ + +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: + + ``_ + diff --git a/docs/_source/locale/en/LC_MESSAGES/civicrm-libre-is.po b/docs/_source/locale/en/LC_MESSAGES/civicrm-libre-is.po index 3fea449..36b0f3b 100644 --- a/docs/_source/locale/en/LC_MESSAGES/civicrm-libre-is.po +++ b/docs/_source/locale/en/LC_MESSAGES/civicrm-libre-is.po @@ -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 \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 "``_" +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 "``_" +msgstr "" + +#~ msgid "Also: XXX PHP Multibyte and PHP File Information" +#~ msgstr "" +