X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fdeveloper-guide.rst;fp=docs%2Fdeveloper-guide.rst;h=6247b6e7bfcafba064ff116508078b80c7acbec1;hb=4d8b567104e80867d82cb7ccc7d4c7ad857ded66;hp=549662d3ebfd2b3fc15bb5ab7897a414ef303fd7;hpb=d9df6244e4ba89b71cba364f156ca529c3703faa;p=nonrtric.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 549662d3..6247b6e7 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -29,16 +29,16 @@ This will build the project and create artifcats in maven repo Go to oam/installation directory and run this command :: mvn clean install -P docker -This will create the docker images required for sdnc +This will create the docker images required for the A1 Controller After this step check for the docker images created by the maven build with this command :: - docker images | grep sdnc + docker images | grep a1-controller Go to oam/installation/src/main/yaml and run this command :: - docker-compose up -d sdnc + docker-compose up -d a1-controller -This will create the docker containers with the sdnc image, you can check the status of the docker container using :: - docker-compose logs -f sdnc +This will create the docker containers with the A1 Controller image, you can check the status of the docker container using :: + docker-compose logs -f a1-controller The SDNC url to access the Northbound API, http://localhost:8282/apidoc/explorer/index.html