Small change installation guide A1 Controller 02/4002/1
authormaximesson <maxime.bonneau@est.tech>
Thu, 4 Jun 2020 10:12:59 +0000 (12:12 +0200)
committermaximesson <maxime.bonneau@est.tech>
Thu, 4 Jun 2020 11:30:18 +0000 (13:30 +0200)
Change-Id: I908becd059b9ccfc68c857d72ae76a9a3e298c76
Issue-ID: NONRTRIC-158
Signed-off-by: maximesson <maxime.bonneau@est.tech>X
docs/developer-guide.rst

index 549662d..6247b6e 100644 (file)
@@ -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