From deba2c83245fbec7edcd13bddb87371d21b5bdaf Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Sun, 31 May 2026 01:50:32 +0000 Subject: [PATCH] Add "Installation" --- Installation.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Installation.md diff --git a/Installation.md b/Installation.md new file mode 100644 index 0000000..bf60494 --- /dev/null +++ b/Installation.md @@ -0,0 +1,22 @@ +# Installation + +## Requirements + +- Joomla 4.x, 5.x, or 6.x +- PHP 8.1+ +- GD extension (for image auto-resize) + +## Install + +1. Download the latest `pkg_mokoog-*.zip` from [Releases](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomOpenGraph/releases) +2. In Joomla Administrator, go to **Extensions > Install > Upload Package File** +3. Upload the ZIP file +4. All three plugins (system, content, webservices) are enabled automatically on install + +## Update + +The extension registers an update server automatically. Check for updates via **Extensions > Update**. + +## Uninstall + +Uninstall via **Extensions > Manage > Manage** -- search for `MokoJoomOpenGraph` and uninstall the package. This removes all sub-extensions and drops the `#__mokoog_tags` table.