This page describes how to build release J version of TEIV functions
Info | ||
---|---|---|
| ||
In general, there is no need to build the images manually. |
...
Project Requirements
- Java 17 (make sure that
JAVA_HOME
environment variable points to correct Java version). - Docker and & docker-compose (latest).
- git (latest) - for downloading code repos.
Maven 3.68.3+
Build Code
Build TEIV Docker containers
Download the following repo:
Code Block | ||
---|---|---|
| ||
git clone "https://gerrit.o-ran-sc.org/r/git clone "https://gerrit.o-ran-sc.org/r/smo/teiv" -b j-release --recursive |
...