diff --git a/docs/_source/civicrm-libre-is.rst b/docs/_source/civicrm-libre-is.rst index 30ac255..c7ff969 100644 --- a/docs/_source/civicrm-libre-is.rst +++ b/docs/_source/civicrm-libre-is.rst @@ -35,7 +35,7 @@ The test install will have a CiviCRM with Wordpress 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/ + + 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 e5568a4..4f7b2ee 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 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 \n" "Language: en\n" @@ -93,7 +93,7 @@ msgstr "" #: ../../../_source/civicrm-libre-is.rst:38 msgid "" "`_" +"/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 "" +