From 74b4c1a156b318809255283a28b9f9994d432f22 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Mon, 11 Oct 2021 18:24:16 -0400 Subject: [PATCH] lp1787968 jacket_upload: release notes Signed-off-by: Jason Etheridge Signed-off-by: Michele Morgan --- .../Cataloging/custom_cover_image.adoc | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Cataloging/custom_cover_image.adoc diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/custom_cover_image.adoc b/docs/RELEASE_NOTES_NEXT/Cataloging/custom_cover_image.adoc new file mode 100644 index 0000000000..d81e1dd5ef --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Cataloging/custom_cover_image.adoc @@ -0,0 +1,32 @@ +== Custom Cover Image Uploader == + +If configured for a given Evergreen instance, staff with the UPLOAD_COVER_IMAGE +permission may upload a custom jacket/cover image for a given bibliographic +record for display in the staff client and OPAC. This is done through the Other +Actions -> Upload Cover Image command from the record details page in the staff +interface. + +=== Note for system administrators === + +The following stanza needs to be added to eg_vhost.conf: + +[source] +---------------------------------------------------------------- + + SetHandler perl-script + PerlHandler OpenILS::WWW::Vandelay::spool_jacket + Options +ExecCGI + Require all granted + +---------------------------------------------------------------- + +and this to the open-ils.vandelay -> app_settings -> databases section of +opensrf.xml: + +[source] +---------------------------------------------------------------- +/openils/var/web/opac/extras/ac +---------------------------------------------------------------- +with the path appropriately adjusted for your installation. The Apache process +will need write permissions for that directory. + -- 2.11.0