Installation

Installation

Requirements

Install via Joomla Installer

  1. Download the latest pkg_mokosuitefield.zip release from the releases page
  2. In the Joomla admin, go to System > Install > Extensions
  3. Upload the package ZIP file
  4. The package installer will automatically install all sub-extensions

Package Structure

The package ZIP contains:

pkg_mokosuitefield.zip
├── script.php                              (install/upgrade script)
├── pkg_mokosuitefield.xml                  (package manifest)
└── packages/
    └── plg_system_mokosuitefield.zip       (system plugin + SQL schema)

The component (com_mokosuitefield) is installed as part of the package, with its admin and site directories placed into the Joomla directory structure.

Post-Install Configuration

  1. Enable the System Plugin — Navigate to System > Plugins, find "MokoSuite Field" and ensure it is enabled
  2. Enable the Webservices Plugin — Find "Webservices - MokoSuite Field" and enable it if you need API access
  3. Configure Component Settings — Go to Components > MokoSuite Field, then click Options to configure company defaults, dispatch settings, billing rates, and scheduling
  4. Set Permissions — Under the component Options > Permissions tab, configure role-based access for your user groups

Update Server

Updates are delivered via the MokoGitea update server. The update URL is pre-configured in the package manifest:

https://git.mokoconsulting.tech/api/packages/MokoConsulting/generic/MokoSuiteField/latest/updates.xml

To check for updates: System > Update > Extensions


Printed from wiki · Installation