[Koha] How to enable Koha plugin?

Jonathan Druart jonathan.druart at biblibre.com
Tue Sep 10 19:36:36 NZST 2013


Hello Vimal,
Take a look at the description of the commit 5eabc672fd818b312b:

3) Create the directory /var/lib/koha/plugins
4) Add the lines
      <pluginsdir>/var/lib/koha/plugins</pluginsdir>
      <enable_plugins>1</enable_plugins>"
   to your koha-conf.xml file
5) Add the line
       Alias /plugin/ "/var/lib/koha/plugins/"
   to your koha-httpd.conf file
6) Restart your webserver
7) Access the plugins system from the "More" pulldown
8) Upload the example plugin file provided here

It seems there is no wiki page for the plugin system, for the moment.

Regards,
Jonathan

2013/9/10 Vimal Kumar V. <vimal0212 at gmail.com>:
> Dear Friends,
>
> I enabled plugin option in system preferences.
> And from tools, I open link Tool Plugin, it says that,
>    Plugins disabled!
>
> To enable Koha plugins, the system preference UseKohaPlugins must be
> enabled, and the flag enable_plugins must be set in the Koha configuration
> file
>
> Where I have to enable the flag?
>
> Regards,
>
>
>
>
> --
> Vimal Kumar V.
> Technical Assistant
> Mahatma Gandhi University Library
> Kottayam, Kerala- 686 560
> Web: http://www.vimalkumar.info
> Blog: http://linuxhalwa.blogspot.com http://kohageek.blogspot.in
> ---------------------------------------------------------------------------
> "I forget what I was taught. I only remember what I have learnt"
> -Patrick White
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha


More information about the Koha mailing list