🏗️How to install

Request the licence:

Please send a request for it to support@medialooks.com or sales@medialooks.com if you do not already have it. Docker image and Linux deb file installations are the two forms of installations. You are able to select the setting that works best for you.

Docker installation:

  1. Download docker image ml-xsdk-1.2.1.114-ubuntu22.04.tgz

  2. Unpack the archive with the distribution into the current directory. Change directory to ml-xsdk-1.2.1.55-ubuntu22.04. Copy your licence to etc/licence.json file. Run

    docker compose build
    docker compose up -d

    Check container status:

    docker compose ps

22.04 LTS (Jammy) or higher .deb file installation

  1. Install the deb packet

sudo dpkg -i 
ml-xsdk-lgpl-1.2.1~udeb22.04u55.deb

3. Put your licence file to /etc/ml/xsdk/licence.json.

You can specify the licence path via xnodeserver configuration file /etc/ml/xsdk/config.json, line "lic20_path": "/etc/ml/xsdk/licence.json"

4. Run xnodeserver

systemctl enable ml-xsdk 
systemctl start ml-xsd

Last updated