# Installation Verification

# Verifying Access to the Web Interface

  1. Open a web browser and go to http(s)://<ingress_hostname>:<ingress_port_number>/clims.

    • <ingress_hostname> - hostname of the machine where Ingress is installed
    • <ingress_port_number> - port number used by the web service, which is 8080 by default; this is specified upon Ingress installation
    • /clims - designated endpoint to access the CLIMS Server

  2. Log in using the default credentials.

  1. Open a web browser and go to http(s)://<clims_hostname>:<clims_port_number>.

    • <clims_hostname> - hostname of the machine where the CLIMS Server is installed
    • <clims_port_number> - port number used by the web service, which is 8888 by default; this is specified upon CLIMS Server installation

  2. Log in using the default credentials.

# Verifying the Running Service

  1. Open the Task Manager.

  2. Click Services.

  3. Search for RavenDB.

  4. Verify that the service's status is Running.

# Verifying the Created Directories and Files

  1. Go to the installation directory, which is C:\Program Files\OpeniT\Zero by default, and verify that the following directories and files exist:

    • Auth - contains files used for authentication
    • ClientApp - contains CLIMS client installers for downloading
    • Configuration - contains JSON files used for configuration
    • RavenDB - contains the database
    • appsettings.json - contains the application settings for web access and authentication
    • web.config - contains the specific configuration for the web service
    • Other DLL files

  2. Go to the data directory, which is C:\ProgramData\OpeniT\Zero by default, and verify that the following directories exist:

    • Log - contains log files for troubleshooting purposes
    • Temp - contains folders to store temporary files

# Next Steps?

If you installed CLIMS Server version 10 first and then installed Ingress later, proceed with manually configuring the CLIMS Server connection to Ingress.