HomeMogDBMogDB StackUqbar

Documentation:v2.0

Supported Versions:

Install

Download

Download the mtkd program of the corresponding platform through Release Record.

Install client

Refer to MTK Environment. And configure the corresponding environment variables

Install MTKD

mkdir /opt/mtkd/
cp mtkd /opt/mtkd/mtkd
chmod +x /opt/mtkd/mtkd

Apply the license

mtkd license gen
# Copy the email authorization information to /opt/mtkd/license.json

start mtkd

Start

./mtkd

Access port 8080 of the deployment machine through a browser.

MTKD Overview

nohup

nohup mtkd &

Access port 8080 of the deployment machine through a browser.

MTKD Overview

Service

  1. vi /etc/systemd/system/mtkd.service

    # -*- mode: conf -*-
    
    [Unit]
    Description=mtkd
    After=network.target
    
    [Service]
    WorkingDirectory=/opt/mtkd
    # Set Oracle/DB2 Lib
    Environment="LD_LIBRARY_PATH="
    ExecStart=/opt/mtkd/mtkd --httpAddr=:8080 --logDir=/opt/mtkd/logs --dbDir=/opt/mtkd/
    Restart=on-failure
    
    [Install]
    WantedBy=multi-user.target
  2. Start Services

    systemctl status mtkd
    systemctl enable mtkd
  3. Access port 8080 of the deployment machine through a browser.

    MTKD Overview

Copyright © 2011-2024 www.enmotech.com All rights reserved.