From: santanude Date: Wed, 20 Jul 2022 14:47:40 +0000 (+0530) Subject: Introduce build command in README and user-guide.rst file X-Git-Tag: 6.0.2~10^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=9841a1cbbdcd228233b81d62d0d0db558ef228ca;p=smo%2Fves.git Introduce build command in README and user-guide.rst file SMO-75 Signed-off-by: santanude Change-Id: Ib78840b63709acf345b4fd7c9a806c796f096f57 Signed-off-by: santanude --- 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.