From b761cd45cad95d2454d83649858061aabce090d0 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Wed, 17 May 2023 11:10:58 +0000 Subject: [PATCH] Documentation for local build and run Documentation for local build and run. Signed-off-by: subhash kumar singh Change-Id: I9f2d2fea2e0bd3ee0074efbf3de90795d9dcc4da --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 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 -- 2.16.6