Installation without Docker

  • Download and install Java. You can also install OpenJDK using a package manager on Linux or macOS. Java 17 or higher is required.
  • Install MongoDB. Version 6 or higher is required. You can use the MongoDB community edition.
  • Download the zip file from https://datainsight.health/distro/clinsight.zip
  • Unzip the file into a new directory, e.g., clinsight
  • By default, the application expects MongoDB on the localhost. See this document on how to change your MongoDB location. Or add -Dmongodb.host=<your mongo host> option to the command below.
  • Navigate to the directory where you unzipped the distro and run the following command:

java -Xms1g -Xmx4g -Dspring.profiles.active=blank -jar clinsight.war

Keep the terminal/command prompt window open to continue running the application in the background.

You will need to install the license file using the UI. Navigate to “Settings”, “License” and upload your file.

The UI is available at http://localhost:5080/clinsight/ui

Navigate to the “Loaded Files” page and start uploading your 835 and 837 files.