Koha:Plugins

From TSAS Library
Revision as of 10:57, 2 April 2017 by JStallings (talk | contribs)
Jump to: navigation, search

To enable plugins in Koha.

  1. Full instructions[1], but we did not need to create the plugins directory—possibly because "enable_plugins" was previously enabled.
  2. Open Apache .conf file at /etc/apache2/sites-enabled/[library].conf
  3. Add Alias /plugin/ "/var/lib/koha/[library]/plugins/" to the bottom of the file, before </VirtualHost>
  4. Restart Apache with $ sudo service apache2 restart[2]

Not working. Missing plugins-upload.pl

References

  1. "How to setup plugin system in Koha." KohaGeek.
  2. "Start / Stop and Restart Apache 2 Web Server Command." nixCraft.