LP#1729620: update release notes with an upgrade note
authorGalen Charlton <gmc@equinoxOLI.org>
Fri, 24 Sep 2021 19:59:01 +0000 (15:59 -0400)
committerJane Sandberg <sandbergja@gmail.com>
Mon, 28 Mar 2022 02:57:42 +0000 (19:57 -0700)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>

docs/RELEASE_NOTES_NEXT/OAI2/new_oai_opensrf_service.adoc

index 942afa5..22a7b91 100644 (file)
@@ -80,6 +80,20 @@ for default configuration and customization instructions.
 
 Upgrade Instructions
 ++++++++++++++++++++
+OAI support is not turned on by default. To enable it, edit the Apache
+configuration file `eg_vhost.conf` to uncomment the following
+section and restart Apache:
+
+[source,conf]
+----
+#<Location /opac/extras/oai>
+#    SetHandler perl-script
+#    PerlHandler OpenILS::WWW::SuperCat::OAI
+#    Options +ExecCGI
+#    PerlSendHeader On
+#    Require all granted
+#</Location>
+----
 
 Optional: Setting the datestamp
 +++++++++++++++++++++++++++++++