Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titleBefore you start
  • On-site installations of CDWS have a very limited set of services available, namely /text and, if the optional SOLR index is installed, /search. All other service interfaces must be called remotely to https://cdws21.ificlaims.com.
  • Ensure that your machine meets the hardware requirements listed on the Web Server page. It is also recommended to review the configuration requirements and parameters discussed there.
  • All commands, unless otherwise noted, must be run as root.
  • Check for user database connectivity.
  • Review the information on CLAIMS Direct Web Services. Complete the pre-install worksheet below. This will be used to manage all connectivity between the web server, SOLR, and the database:

 Parameter(s)

Description

Variables

Value

1

<Model::DWH::Standard>
<Model::DWH::Premium>
<Model::DWH::Premium::Plus>

  • It is only necessary to configure the parameter used with your subscription level

Interface into the main Alexandria XML data warehouse

 


dbname

 


host (IP or domain name)

 


port (DB port)

 


user

 


username

 


password

 


2

<Model::Users>

Interface into the users database supporting the authentication plugin

dbname

 


host (IP or domain name)

 


port (DB port)

 


user

 


username

 


password

 


3

<Model::Solr::Standard>
<Model::Solr::Premium>
<Model::Solr::Premium::Plus>

Main interfaces into the SOLR index

 


host (IP or domain name)

 


port (SOLR port)

 




Note

Note: It is recommended to copy and paste the code provided in these instructions.

...

Operating System

Repository

RHEL/CentOS 7
yum -y install \
https://repo.ificlaims.com/ifi-claims-direct/centos/7/x86_64/ifi-claims-direct-beta-0.0.2-1.el7.centos.x86_64.rpm
Amazon Linux
yum -y install \
https://repo.ificlaims.com/ifi-claims-direct/amazon/x86_64/ifi-claims-direct-beta-0.0.2-1.amzn1.x86_64.rpm
Fedora
yum -y install \
https://repo.ificlaims.com/ifi-claims-direct/fedora/27/x86_64/ifi-claims-direct-beta-0.0.2-1.fc27.x86_64.rpm

5. Install CDWS and CDWI. Both packages will be installed in /usr/share/perl5/vendor_perl. The Alexandria library will also be installed as part of these packages.

...