MEDIC CR
Installation
- Use this guide for installation.
1.1 Requires sql updates to be run manually below.
cmd.exe cd "C:\Program Files(x86)\Mohawk College\Client Registry\sql\PSQL9\Updates" psql -U <postgresuser> -h localhost <dbname> -f CR-001.SQL psql -U <postgresuser> -h localhost <dbname> -f CR-002.SQL
Configuration
- Open the MARC-HI Service Configuration application.
- Configure Everest.
- Configure nHAPI
- This is where incoming pix/pdq message will be handled.
- We used llp://0.0.0.0:2100 to make it available to all interfaces on port 2100 using the LLP protocol.
- Configure PIXv3 Notifications
- This is where notifications will be sent to the xds repository
- We used Address: llp://xdsrepo:3602/ Actor: PAT_IDENTITY_SRC
- Configure OID Registrar.
- This is where you insert the OIDs you came up with previously in the planning phase.
Our Testing Configuration
ClientRegistry.exe.config
OpenEMPI
Installation
- Use this guide for Installation.
- Make sure to use Oracle JRE 7 with tomcat 7.
- Ansible role for OpenEMPI.
- After openempi has started. Manually start the the pix/pdq server from the admin interface.
Configuration
This is currently undergoing testing.