Versions Compared

Key

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

...

curl localhost:8680/services

Expected output:

[ ]


Run the App Catalogue Enhanced Service Docker Container

Start the App Catalogue Enhanced Service by the following command.

docker run --rm -p 9096:9096 -p 9196:9196 -e ALLOW_HTTP=true --network=nonrtric-docker-net --name=rapp-catalogue-service-enhanced nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-rappcatalogue-enhanced:1.0.1


Verify that the service is up and running

curl localhost:9096/rappcatalogue

Expected output:

[ ]


Run the Helm Manager Docker Container

...