Reference proper config directory
[dmaap/buscontroller.git] / README.md
index 2f82582..1ccaefa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,26 @@
+
+#
+# ============LICENSE_START==========================================
+# org.onap.dmaap
+# ===================================================================
+# Copyright © 2018 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#        http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ============LICENSE_END============================================
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+#
+#
+
 DMaaP Bus Controller API
 =======================
 
@@ -29,12 +52,10 @@ We can utilize docker to build and register the buscontroller container in a loc
 Note the Dockerfile follows ONAP convention of running app as root.
 
 ```
-<following a successful build, copy all dependencies >
-$ mvn dependency:copy-dependencies
 
 <assuming DOCKER_HOST is set appropriately for your environment>
 
-$ docker build -f ./Dockerfile .
+$ mvn -P docker docker:build
 ```
 
 
@@ -80,7 +101,7 @@ DMAAPBC_PE_AAF_ENV=TBD
 Then the following steps could be used to pull and run the Bus Controller.  (onap-nexus is just an example)
 ```
 $ 
-$ docker pull ecomp-nexus:51212/dcae_dmaapbc:1.0.0
-$ docker run -d -p 18080:8080 -v /tmp/docker-databus-controller.conf:/opt/app/config/conf onap-nexus:51212/dmaap/buscontroller:1.0.0
+$ docker pull nexus3.onap.org:10003/onap/dmaap/buscontroller:latest
+$ docker run -d -p 18080:8080 -p 18443:8443 -v /tmp/docker-databus-controller.conf:/opt/app/config/conf nexus3.onap.org:10003/onap/dmaap/buscontroller:latest
 ```