Skip to main content
Version: 0.4.0

Installation

Requirements

TNLCM requires the prior installation of:

tip

You can install the full stack MinIO, Jenkins and TNLCM in OpenNebula by following the toolkit installer guide here.

Download installation script

Download the installation script using one of the following command.

  • Using curl:
curl -O https://raw.githubusercontent.com/6G-SANDBOX/TNLCM/main/scripts/install.sh
  • Using wget:
wget https://raw.githubusercontent.com/6G-SANDBOX/TNLCM/main/scripts/install.sh

Execute installation script

Give execution permissions to the script:

chmod +x install.sh

Run the script and follow the instructions:

./install.sh

A Swagger UI will be available at the url http://tnlcm-backend-ip:5000 where the API with the endpoints are exposed.