Protocol Deviation Digital Healthcare Product
  • INTRODUCTION
    • Purpose
    • Scope
    • Deployment
  • USER GUIDE
    • User Login
    • User Roles and Permissions
      • Administration
        • User Management
        • Team Management
        • Study Management
        • Audit Trail
    • Data Files
      • Data File Requirements
      • Spreadsheets
        • Using the Spreadsheet for AI Categorisation
        • Using the Spreadsheet for Manual Categorisation
    • Data Upload
      • Audit Trail
      • Data Trail
      • Data Categorisation
    • Data Visualisation
      • Team Visualisations
      • Study Visualisations
    • Maintenance and Support
      • Troubleshooting for users
      • Support contact information
  • TECHNICAL DOCUMENTATION
    • Web App
      • Design
        • Database
        • Backend
        • Frontend
      • Installation
    • AI Classifier
      • User documentation
      • Administrator documentation
      • Code documentation
    • Developer Guide
      • Requirements
      • Installation
      • Builds
      • Database
Powered by GitBook
On this page
  1. TECHNICAL DOCUMENTATION
  2. Developer Guide

Requirements

This document contains information about all technologies needed to run this project on your local machine.

PreviousDeveloper GuideNextInstallation

Last updated 2 months ago

The following technologies are needed to run QA:

  1. Java Development Kit (JDK)

    1. Ensure that JDK 11 or higher is installed on your system.

  2. Apache Maven

    1. Install Apache Maven for building and managing the Java project. Maven can be downloaded from .

  3. Database Management System

    1. PostgreSQL for server deployments.

    2. SQLite for local deployments.

  4. Node Package Manager (NPM)

    1. NPM is packaged with node.js.

    2. You can find an installation guide .

  5. Angular (recommended)

    1. Angular can be downloaded globally or locally in the directory.

  6. Git

    1. Ensure Git is installed for version control and cloning the project repository. You can download Git from .

https://maven.apache.org/download.cgi
here
https://git-scm.com/