Intro
Explain about CR.
Software Choices???? Recommended???
- MEDIC CR
- OpenEMPI
Anchor | ||||
---|---|---|---|---|
|
Install docs: http://te.marc-hi.ca/library/default.aspx?g=browse&topic=27b8e222-2b0a-483a-9153-20998f37c615
Hardware/Software Requirements
- Windows Server 2003+/Windows 7+
- .Net 4.0 Framework
- 2 GB RAM
What we tested with
- Windows Server 2012 R2
- 4 GB RAM
- Quad core CPU
- MEDIC CR 1.1
Installation
Installation
- Use this guide for installation.
1.1 Requires sql updates to be run manually below
- Download and run the MEDIC CR 1.1 installer. This will include the application, postgres database, and configuration.
- Progress through the installer making sure to create a new database in the setup.
Open up cmd.exe and run the postgres sql scripts in the sql/PSQL9/Updates folder.
Code Block 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
<!-- Insert Warning about, highly dependent on your setup??? -->
- Open the MARC-HI Service Configuration application.
- Configure Everest, nHAPI, PIXv3 Notifications..
- 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
Anchor | ||||
---|---|---|---|---|
|
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
Info | ||
---|---|---|
| ||
|