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,

  • 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: To enable most of the currently available core-plugins configure this:

...

/deactivate plug-ins use the translate5 command line tool in the translate5 installation directory:


Code Block
# list all available plug-ins:
./translate5.sh plugin:list 

# enable the given Plug-ins 
./translate5.sh plugin:enable SpellCheck MatchAnalysis

# for more help call
./translate5.sh list plugin
./translate5.sh help plugin:list
./translate5.sh help plugin:enable
./translate5.sh help plugin:disable


Configuration

The config parameters for a plug-in are listed at its plug-in page. For how to set configuration parameter please look up the information about Database based configuration.

...