Installation Verification
Verifying Access to the Web Interface
- With Ingress
- Standalone CLIMS (without Ingress)
-
Open a web browser and go to
http(s)://<ingress_hostname>:<port_number>/clims
.<ingress_hostname>
- hostname of the machine where Ingress is installed<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
-
Log in using the default credentials.
-
Open a web browser and go to
http(s)://<clims_hostname>:<port_number>
.<clims_hostname>
- hostname of the machine where the CLIMS Server is installed<port_number>
- port number used by the web service, which is 8888 by default; this is specified upon CLIMS Server installation
-
Log in using the default credentials.
Verifying the Running Service
-
Open the Task Manager.
-
Click Services.
-
Search for RavenDB.
-
Verify that the service's status is Running.
Verifying the Created Directories and Files
-
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
-
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.