From cee68e2e64d35019b7b66570062bd6e8e7981dc5 Mon Sep 17 00:00:00 2001 From: krishna Date: Sat, 8 Feb 2020 14:11:41 +0530 Subject: Update microservice to run as standalone MS Issue-ID: DCAEGEN2-2066 Signed-off-by: krishna Change-Id: I3305d6df039ba2c3a9283bf6cd4c50ca073d12c8 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 721274c..9db9705 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This project is organized as a mvn project and has "org.onap.dcaegen2" as parent ``` git clone https://gerrit.onap.org/r/dcaegen2/services/son-handler mvn clean install +mvn clean install docker:build ``` @@ -44,3 +45,13 @@ To uninstall: cfy blueprints delete sonhms +### Standalone deployment +son handler can be deployed standalone using docker-compose. + +Navigate to src/main/docker directory. docker-compose.yaml can be found there. + +To install : + docker-compose up + +To uninstall : + docker-compose down \ No newline at end of file -- cgit 1.2.3-korg