Installation
Requirements
TNLCM requires the prior installation of:
- OpenNebula: v6.10
- MinIO: 2024-10-02
- Jenkins: v2.492.1
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.