Koha:Plugins
From TSAS Library
To enable plugins in Koha.
- Full instructions[1], but we did not need to create the plugins directory—possibly because "enable_plugins" was previously enabled.
- Open Apache .conf file at /etc/apache2/sites-enabled/[library].conf
- Add Alias /plugin/ "/var/lib/koha/plugins/" to the bottom of the file, before </VirtualHost>
- Restart Apache with
$ sudo service apache2 restart
<ref>"Start / Stop and Restart Apache 2 Web Server Command." nixCraft.