Page tree

Versions Compared

Key

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

...

To install plugin-specific sql, run the translate5 updater.

Activation

To activate a plugin, include its bootstrap class-name in the "

  • Open the Zf_configuration table of translate5 in an MySQL editing tool like MySQL workbench or PhpMyAdmin
  • find the row where the "name" column has the value runtimeOptions.plugins.active

...

  • edit the column "value" and add the bootstrap class name of the relevant plug-in to the JSON list, that already exists there. To find the bootstrap class name go to the corresponding page for your plug-in in translate5 confluence wiki.

For example: in the "value" column of the db-table Zf_configuration where the name is "runtimeOptions.plugins.active". To enable most of the currently available core-plugins configure this:

...

After deactivation a plugin can be deinstalled by executing the deinstall_*.sql scripts in the plugins database directory, then the whole plugin directory can be removed.