[FOLIO-992] Get mod-kb-ebsco running on Index Data servers Created: 18/Dec/17  Updated: 12/Nov/18  Resolved: 11/Jan/18

Status: Closed
Project: FOLIO
Components: None
Affects versions: None
Fix versions: None

Type: Task Priority: P2
Reporter: Mike Taylor Assignee: John Malconian
Resolution: Done Votes: 0
Labels: alpha, ci, sprint29, sprint30
Remaining Estimate: Not Specified
Time Spent: 4 hours
Original estimate: Not Specified

Issue links:
Blocks
blocks STRIPES-494 Get Frontside's ui-eholdings running ... Closed
Relates
relates to FOLIO-997 Add ruby build environment to FOLIO J... Closed
relates to MODCXEKB-26 Add mod-codex-ekb to Index Data CI/CD... Closed
Sprint:

 Description   

As noted in the comments to STRIPES-494 Closed , in order to have ui-search link into KB records from the ui-eholdings all, we need to be running that app; and for that to work, we need to have mod-kb-ebsco running on the back-end.



 Comments   
Comment by Jakub Skoczen [ 02/Jan/18 ]

Khalilah Gambrell is there an update for the ID team? Should we be looking at moving the code?

Comment by Mike Taylor [ 04/Jan/18 ]

John Malconian What is the status of this? Until we have this in a VM, I can't meaningfully fix STRIPES-494 Closed . Thanks!

Comment by Jakub Skoczen [ 04/Jan/18 ]

Mike Taylor this is blocked until we hear otherwise from Khalilah Gambrell. For now let's wrap up Codex Search dev with a link that is generated according to the recipe you got from Carole, will test it next week.

Comment by Khalilah Gambrell [ 04/Jan/18 ]

Mike Taylor, Jakub Skoczen, and John Malconian per Hongwei Ji mod-kb-ebsco has been moved over to folio-org. Team is now working on ui-holdings. https://github.com/folio-org/mod-kb-ebsco

Comment by Khalilah Gambrell [ 04/Jan/18 ]

And now ui-holdings (https://github.com/folio-org/ui-eholdings) has been moved over to folio-org.

Comment by Mike Taylor [ 05/Jan/18 ]

I assume this is fixed?

Comment by Hongwei Ji [ 05/Jan/18 ]

Mike Taylor we moved FrontSide repos to folio-org, but those modules still need to pulled in IndexData CICD pipeline. As of now, http://folio-testing.aws.indexdata.com/settings/about does not have mod-kb-ebsco integrated yet.

Comment by John Malconian [ 10/Jan/18 ]

The module has been added to folio-testing - blackbox VM as well as folio-testing.aws.indexdata.com. The module requires EBSCO RM API credentials to access the EBSCO KB. The module is enabled by default on the folio-testing blackbox VM without the credentials.

To add the credentials, authenticate to your local okapi instance and run the similar to the following:

data='{"data":{"id":"configuration","type":"configurations","attributes":{"apiKey":"RMAPI_KEY_HERE","customerId":"RMAPI_CUSTID_HERE"}}}'

curl -w '\n' -X PUT -H "Content-type: application/json" \
 -H "x-okapi-tenant: ${tenant}" \
 -H "x-okapi-token: ${okapi_token}" \
 -d ${data} http://${okapi_host}/eholdings/configuration
Generated at Thu Feb 08 23:10:01 UTC 2024 using Jira 1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d.