X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=README.md;h=1ccaefa691f675e603bc4ab8e8fac53b1175c920;hb=65bd8f148eb1c4f4091775f2162b19c918bc95a7;hp=bd4cfd3fd6584dd0591d85073c6ad730851e28b5;hpb=08e65546eddab84c30a1f01ea213460a8fe270fc;p=dmaap%2Fbuscontroller.git diff --git a/README.md b/README.md index bd4cfd3..1ccaefa 100644 --- 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 ======================= @@ -32,7 +55,7 @@ Note the Dockerfile follows ONAP convention of running app as root. -$ mvn docker:build +$ mvn -P docker docker:build ``` @@ -78,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 ```