From 9841a1cbbdcd228233b81d62d0d0db558ef228ca Mon Sep 17 00:00:00 2001 From: santanude Date: Wed, 20 Jul 2022 20:17:40 +0530 Subject: [PATCH] Introduce build command in README and user-guide.rst file SMO-75 Signed-off-by: santanude Change-Id: Ib78840b63709acf345b4fd7c9a806c796f096f57 Signed-off-by: santanude --- README.md | 5 +++++ docs/user-guide.rst | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d43ffb..1e9fdd6 100755 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ received by the collector. The prerequisites for using this solution are that you need Docker and docker-compose installed on the machine, where you want to run these containers. +## Build: + +To build the solution, you need to do the following in the current folder. + + % docker-compose build ## Run: diff --git a/docs/user-guide.rst b/docs/user-guide.rst index ebd00ec..3c17a28 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -28,6 +28,14 @@ Prerequisites The prerequisites for using this solution are that you need Docker and docker-compose installed on the machine, where you want to run these containers. +Build +----- + +To build the solution, you need to do the following in the current folder. + + % docker-compose build + + Run --- @@ -53,7 +61,7 @@ Following steps are required for self-signed certificate. openssl genrsa -out vescertificate.key 2048 openssl req -new -key vescertificate.key -out vescertificate.csr openssl x509 -req -days 365 -in vescertificate.csr -signkey vescertificate.key -out vescertificate.crt - + Third Party Certificates ~~~~~~~~~~~~~~~~~~~~~~~~ Third party certificates can be installed by overwriting the file *vescertificate.csr*, *vescertificate.key*, and *vescertficate.crt* in ~/ves-certificate directory of the host system. -- 2.16.6