Koha:Plugins: Difference between revisions
From TSAS Library
JStallings (talk | contribs) No edit summary |
JStallings (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
==References== | ==References== | ||
<references /> | <references /> | ||
[[Category:Koha]] |
Latest revision as of 12:13, 2 April 2017
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/[library]/plugins/" to the bottom of the file, before </VirtualHost>
- Restart Apache with
$ sudo service apache2 restart
[2]
Received a 500 error until update. This may have been because the installation was incomplete (.conf was updated, but the Alias was not created and permissions were not set), so the /plugins/ directory was empty. sudo apt-get install koha-common
fixed this.