summaryrefslogtreecommitdiffstats
path: root/docs/Installation
diff options
context:
space:
mode:
authorTomek Kaminski <tomasz.kaminski@nokia.com>2019-05-21 16:14:01 +0200
committerDominic Lunanuova <dgl@research.att.com>2019-05-21 15:24:04 +0000
commite892cafe99fb35de620fdb0a35ef187f7b40cc04 (patch)
treebf412e55dda9a7a35d7953ef3faa3982775a7ecd /docs/Installation
parent3ae6d6484dbd735b6db373fab8da47306b61392b (diff)
Documentation update
- update for DMaaP BC api security configuration - minor spelling and formating fixes Change-Id: I6f985517d5ef486d1bbbd238f64eafc438fd6cdc Issue-ID: DMAAP-1207 Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com>
Diffstat (limited to 'docs/Installation')
-rw-r--r--docs/Installation/Installation.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Installation/Installation.rst b/docs/Installation/Installation.rst
index 6484459..3a8e732 100644
--- a/docs/Installation/Installation.rst
+++ b/docs/Installation/Installation.rst
@@ -32,7 +32,7 @@ However, if some customization is desired, there are places to change behavior:
Steps for local development and test
-------------------------
+------------------------------------
On Intel dev machine, in terminal (> indicates prompt) :
1) Build buscontroller images
> git clone https://gerrit.onap.org/r/dmaap/buscontroller
@@ -40,12 +40,12 @@ On Intel dev machine, in terminal (> indicates prompt) :
> cd buscontroller
> mvn clean install -Pdocker
- builds dmaap-bc and dbc-client images
-2) Run tests
+2) Run tests
> cd dmaap-bc/src/main/resources/
> cp docker-databus-controller.conf /var/tmp/
- set docker preferences/file sharing to access /var/tmp
- edit docker-compose.yml
- - remove "nexus3.onap.org:10001/" from dmaap-bc:image: and dbc-client:image: to
+ - remove "nexus3.onap.org:10001/" from dmaap-bc:image: and dbc-client:image: to
use local images
> docker-compose up -d
- create sample.txt file (as above)(content of file not important)
@@ -58,12 +58,12 @@ On Arm:
> cd buscontroller
> mvn clean install -Pdocker -Ddocker.pull.registry=docker.io
- ensure we pull Arm version of base image
-2) Run tests
+2) Run tests
> cd dmaap-bc/src/main/resources/
> cp docker-databus-controller.conf /var/tmp/
- set docker preferences/file sharing to access /var/tmp
- edit docker-compose.yml
- - remove "nexus3.onap.org:10001/" from dmaap-bc:image: and dbc-client:image: to
+ - remove "nexus3.onap.org:10001/" from dmaap-bc:image: and dbc-client:image: to
use local images
- replace 'crunchydata/crunchy-postgres:centos7-10.4-2.0.0' with
multi-platform 'postgres:9.6-alpine' normative image