Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

     git clone "https://gerrit.o-ran-sc.org/r/portal/nonrtric-controlpanel" -b e-release

Build the code and create docker

...

images

...

Code Block
languagebash
cd nonrtric-controlpanel
mvn clean install -Dmaven.test.skip=true

FIXME:REMOVE THE BLOCK BELOW

Build the code and create docker images

Code Block
languagebash
cd nonrtric-controlpanel/nonrtric-gateway
mvn clean install  -Dmaven.test.skip=true
docker build --build-arg JAR=nonrtric-gateway-1.1.0-SNAPSHOT.jar -t o-ran-sc/nonrtric-gateway:1.1.0-SNAPSHOT .

cd nonrtric-controlpanel../webapp-frontend
docker build -t o-ran-sc/nonrtric-controlpanel:2.3.0-SNAPSHOT .

...