summaryrefslogtreecommitdiffstats
path: root/certServiceClient/README.md
diff options
context:
space:
mode:
authorkjaniak <kornel.janiak@nokia.com>2020-02-18 16:13:54 +0100
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>2020-02-21 09:27:35 +0100
commit7e02d16d8a65c611f45523c51cb26535b1164064 (patch)
tree849050de09557cb31167c8b242f26d09da109949 /certServiceClient/README.md
parent18acead623826c43da43da6d0e55e81e1f2953a1 (diff)
Add of logging for certservice-client
Issue-ID: AAF-996 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: I8bed44937da32fff863df724adc023f546b5e12e
Diffstat (limited to 'certServiceClient/README.md')
-rw-r--r--certServiceClient/README.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/certServiceClient/README.md b/certServiceClient/README.md
new file mode 100644
index 00000000..c1d56ad7
--- /dev/null
+++ b/certServiceClient/README.md
@@ -0,0 +1,43 @@
+# Cert service client
+
+### Project building
+```
+mvn clean package
+```
+
+### Building Docker image manually
+Go to the certServiceClient subfolder and execute following statement (1.0.0-SNAPSHOT is related to a current project.version parameter):
+```
+docker build --build-arg VERSION=1.0.0-SNAPSHOT -t onap/org.onap.aaf.certservice.aaf-certservice-client .
+```
+
+### Install the package into the local repository
+```
+mvn clean install
+```
+
+### Building Docker image and install the package into the local repository
+```
+mvn clean install -P docker
+```
+
+### Running Docker container local
+```
+docker run --name aaf-certservice-client onap/org.onap.aaf.certservice.aaf-certservice-client
+```
+
+### Running Docker container from nexus
+```
+docker run --name aaf-certservice-client nexus3.onap.org:10001/onap/org.onap.aaf.certservice.aaf-certservice-client:1.0.0
+```
+
+### Logs locally
+
+path:
+```
+var/log/onap/aaf/certservice-client/certservice-client.log
+```
+### Logs in Docker container
+```
+docker logs aaf-certservice-client
+``` \ No newline at end of file