Taiga 1274 (24976) Updated guided reports process
[kohadocs.git] / source / plugins.rst
1 .. include:: images.rst
2
3 Plugin System
4 =============
5
6 Koha's Plugin System allows for you to add additional tools and reports
7 to Koha that are specific to your library. Plugins are installed by
8 uploading KPZ ( Koha Plugin Zip ) packages. A KPZ file is just a zip
9 file containing the perl files, template files, and any other files
10 necessary to make the plugin work.
11
12 The plugin system needs to be turned on by a system administrator.
13
14 .. _set-up-label:
15
16 Set up
17 -------------------------
18
19 To set up the Koha plugin system you must first make some changes to
20 your install.
21
22 -  Change <enable\_plugins>0</enable\_plugins> to
23    <enable\_plugins>1</enable\_plugins> in your koha-conf.xml file
24
25 -  Restart your webserver
26
27 Once set up is complete you will need to alter your
28 :ref:`UseKohaPlugins` system preference. On the Tools
29 page you will see the Tools Plugins and on the Reports page you will see
30 the Reports Plugins.