X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=README.md;fp=README.md;h=f1347f45d647fdbc1ab3ab040fbbc1befb07db20;hb=b761cd45cad95d2454d83649858061aabce090d0;hp=0000000000000000000000000000000000000000;hpb=668baeee96bf80878bed5bd514025e12687ede54;p=ric-plt%2Fricdms.git 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