Download
Koha AskALibrarian Plugin Download: https://github.com/l2c2technologies/koha-plugin-askalibrarian
This Koha plugin (.kpz) add the facility of a feedback form to the Koha OPAC.
Apache configuration
Open Apache configuration file for Koha,Open Applications > System Tools > TerminalApply the following command
sudo su (Enter the mysql password)
sudo leafpad /etc/apache2/sites-available/library.conf
sudo leafpad /etc/apache2/sites-available/library.conf
Add the following line at the bottom of the file
ScriptAlias /askalibrarian.pl "/var/lib/koha/library/plugins/Koha/Plugin/Com/L2C2Technologies/AskALibrarian/askalibrarian.pl"
Alias /plugin/ "/var/lib/koha/library/plugins/"
# The stanza below is needed for Apache 2.4+
<Directory /var/lib/koha/library/plugins/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
ScriptAlias /askalibrarian.pl "/var/lib/koha/library/plugins/Koha/Plugin/Com/L2C2Technologies/AskALibrarian/askalibrarian.pl"
Alias /plugin/ "/var/lib/koha/library/plugins/"
# The stanza below is needed for Apache 2.4+
<Directory /var/lib/koha/library/plugins/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
Alias /plugin/ "/var/lib/koha/library/plugins/"
# The stanza below is needed for Apache 2.4+
<Directory /var/lib/koha/library/plugins/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
Save and close the file.
Restart Apache,
/etc/init.d/apache2 restart
/etc/init.d/apache2 restart
Restart your koha Server
Administration › System preferences ›KohaAdminEmailAddress
Upload Plugin
Goto Koha > Tools > Tool Plugins
Report
0 Comments