My Blog List


Tuesday, August 30, 2022

How to Enable Plugin system in Koha

 

How to Enable Plugin system in Koha

Plugin System allows you to add additional tools and reports to Koha that are specific to your library. Plugins are installed by uploading KPZ ( Koha Plugin Zip ) packages that have a '.kpz' extension. A KPZ file is a zip file containing the Perl files, template files, and any other files necessary to make the plugin work.


Apply the following commands to enable the plugin system 

Open the  Terminal (ctrl+alt+ t)

Open the koha Configuration file

sudo nano /etc/koha/sites/library/koha-conf.xml (use any text editor eg. nano, leafpad, mousepad, vim )

(Enter the root password and hit enter)

Find the following line in the file

<enable_plugins>0</enable_plugins>

change 0 to 1 in the line below to activate the koha plugin system in the file

<enable_plugins>1</enable_plugins>

Now Save and close 

Restart Apache server

/etc/init.d/apache2 restart

Restart/Reboot your koha server

sudo reboot

If you are using an older version of koha then you also need to enable the koha plugins in the system preferences

koha administration >Global system preferences > Enhanced Content >UseKohaPlugins 

Do Enable and Save preferences

Now you will find the option of the 'tool 'plugin under the Tools module and the 'report plugin' under the reports module

Koha staff client > Tools > Tool Plugins

or you Use Koha latest Version Koha staff client > Manage > manage Plugins

No comments:

Post a Comment