Documentation for local build and run 25/11125/1
authorsubhash kumar singh <subh.singh@samsung.com>
Wed, 17 May 2023 11:10:58 +0000 (11:10 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Wed, 17 May 2023 11:10:58 +0000 (11:10 +0000)
Documentation for local build and run.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I9f2d2fea2e0bd3ee0074efbf3de90795d9dcc4da

README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..f1347f4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,28 @@
+# RICDMS
+
+
+## Building
+
+### Local build and Run
+
+Chekout code for [RICDMS](https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/ricdms) repository from gerrit.
+```sh
+$ git clone ssh://subhash_singh@gerrit.o-ran-sc.org:29418/ric-plt/ricdms
+```
+
+build locally
+```sh
+$ make build
+```
+
+Run the executable
+```sh
+$./ricdms
+{"ts":1684321663015,"crit":"INFO","id":"ricdms","mdc":{},"msg":"Logger is initialized without config file()."}
+{"ts":1684321663023,"crit":"INFO","id":"ricdms","mdc":{},"msg":"Starting server at : 0.0.0.0:8000"}
+2023/05/17 11:07:43 Serving r i c d m s at http://[::]:8000
+```
+
+It will start the RICDMS on port `:8000`
+
+### 
\ No newline at end of file