Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Procedures for local plugins have not yet been defined (CFM-243).

Moving Plugins

If a Plugin is moved between directories (eg: from availableplugins to plugins) several steps are required:

  1. The autoload paths must be updated in composer.json (update both autoload and autoload-dev).
  2. Tell composer to dump the new autoload paths.
    1. composer dumpautoload
  3. Clear thecaches.
    1. ./bin/cake cache clear_all
  4. Update the Plugin Registry, as described in Activating Plugins, below.

Activating Plugins

Plugins are activated by a Platform Administrator. Within the COmanage CO, go to ConfigurationPlugins. Loading this page will refresh the Plugin Registry (AR-Plugin-11), the new Plugin should be available in the list of Plugins. Activate the Plugin via the Activate menu item. This will also apply the database schema defined in schema.json.  The database schema can manually be applied via the Apply Database Schema menu item.

...