Skip to the content.

TsQuality Installation & Configuration

TsQuality Frontend Installation

  1. Install dependencies

    npm i
    
  2. Run

    npm run dev
    

TsQuality-Backend Installation

  1. Prerequisites: Maven, MariaDB, IoTDB

  2. Configure application.yaml:

    • MariaDB connection url
    • IoTDB connection address
    • IoTDB data directory path
  3. Compile: run the following command at the root directory:

    mvn package -DskipTests
    
  4. Run:

    java -jar ./target/TsQuality-Backend-0.0.1-SNAPSHOT.jar