Skip to main content
Version: 0.5.0

Installation

Requirements

tip

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

Download installations scripts

Backend

Download the backend installation script using one of the following command.

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

Execute installations scripts

Start with the backend installation script.

Give execution permissions to backend installation 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.