Open Applications > System Tools > Terminal
Apply the following command
sudo su (Enter the mysql password)
sudo leafpad /etc/koha/sites/library/koha-conf.xml
Go to the bottom of the file and Change following line before
Ctrl + F (Find) <pluginsdir>/var/lib/koha/library/plugins</pluginsdir>
<enable_plugins>0</enable_plugins> (change 0 to 1)
<enable_plugins>1</enable_plugins>
Save and close the file.
Restart Apache,
/etc/init.d/apache2 restart
Go to koha administration / Global system preferences (Search, "UseKohaplugins")
UseKohaPlugins (Enable) Save preferences.
Restart your koha server
Goto Koha > Tools > Tool Plugins
You can upload and run plugins, Enjoy now.
Find few Koha plugins from the following link,
http://bywatersolutions.com/koha-plugins/
Reference
http://manual.koha-community.org/3.12/en/pluginsystem.html
http://kohageek.blogspot.com
1 Comments
sir, in our koha, the file koha-conf.xml is blank what to do now?
ReplyDelete