How to Enable Plugin system in Koha
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