Koha:Plugins: Difference between revisions
From TSAS Library
JStallings (talk | contribs) (Created page with "To enable plugins in Koha. # Full instructions<ref>"How to setup plugin system in Koha." [http://kohageek.blogspot.com/2013/09/how-to-setup-plugin-system-in-koha.html ''KohaG...") |
JStallings (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
# Full instructions<ref>"How to setup plugin system in Koha." [http://kohageek.blogspot.com/2013/09/how-to-setup-plugin-system-in-koha.html ''KohaGeek''].</ref>, but we did not need to create the plugins directory—possibly because "enable_plugins" was previously enabled. | # Full instructions<ref>"How to setup plugin system in Koha." [http://kohageek.blogspot.com/2013/09/how-to-setup-plugin-system-in-koha.html ''KohaGeek''].</ref>, 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 | # 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> | # Add Alias /plugin/ "/var/lib/koha/'''[library]/'''plugins/" to the bottom of the file, before </VirtualHost> | ||
# Restart Apache with <code>$ sudo service apache2 restart</code><ref>"Start / Stop and Restart Apache 2 Web Server Command." [https://www.cyberciti.biz/faq/star-stop-restart-apache2-webserver/ ''nixCraft.''] | # Restart Apache with <code>$ sudo service apache2 restart</code><ref>"Start / Stop and Restart Apache 2 Web Server Command." [https://www.cyberciti.biz/faq/star-stop-restart-apache2-webserver/ ''nixCraft.'']</ref> | ||
Not working. Missing plugins-upload.pl | |||
==References== | ==References== | ||
<references /> | <references /> |
Revision as of 10:57, 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]
Not working. Missing plugins-upload.pl