Introduce build command in README and user-guide.rst file 04/8804/2
authorsantanude <santanu.de@xoriant.com>
Wed, 20 Jul 2022 14:47:40 +0000 (20:17 +0530)
committersantanude <santanu.de@xoriant.com>
Fri, 22 Jul 2022 09:38:13 +0000 (15:08 +0530)
SMO-75

Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: Ib78840b63709acf345b4fd7c9a806c796f096f57
Signed-off-by: santanude <santanu.de@xoriant.com>
README.md
docs/user-guide.rst

index 8d43ffb..1e9fdd6 100755 (executable)
--- 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\r
 installed on the machine, where you want to run these containers.\r
 \r
+## Build:\r
+\r
+To build the solution, you need to do the following in the current folder.\r
+\r
+   % docker-compose build\r
 \r
 ## Run:\r
 \r
index ebd00ec..3c17a28 100644 (file)
@@ -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.