aboutsummaryrefslogtreecommitdiffstats
path: root/certService/README.md
diff options
context:
space:
mode:
authorPaweł Baniewski <pawel.baniewski@nokia.com>2020-03-18 08:22:30 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-18 08:22:30 +0000
commit15b97eff96d424102f1ced9d5bd37616260414a3 (patch)
tree6a7054fe8c1c456c72e4dc407c3c1124513ea14f /certService/README.md
parenta3c7692254ac7b07ccf5bdd50aa96d3cd07a5dfb (diff)
parent55061dabd9dd0ca53c8a4cb9fe2ff1d80cf9c3a3 (diff)
Merge "CertService local starter"
Diffstat (limited to 'certService/README.md')
-rw-r--r--certService/README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/certService/README.md b/certService/README.md
index e48dad53..9f23504e 100644
--- a/certService/README.md
+++ b/certService/README.md
@@ -48,6 +48,8 @@ mvn clean install
### Building Docker image and install the package into local repository
```
mvn clean install -P docker
+or
+make build
```
### Running Docker container local
@@ -62,9 +64,14 @@ docker run -p 8080:8080 --name aaf-certservice-api --mount type=bind,source=/<ab
### Running Docker container from docker-compose with EJBCA
Docker-compose uses a local image of certservice.
-Build a docker image locally before run docker compose command. See a section **Building Docker image and install the package into local repository**
-```
-docker-compose up
+Build a docker image locally before run docker compose command.
+```
+1. Build local image
+make build
+2. Start Cert Service with configured EJBCA
+make start
+3. Stop containers
+make stop
```
### Running with Helm