Documentation for local build and run
[ric-plt/ricdms.git] / README.md
1 # RICDMS
2
3
4 ## Building
5
6 ### Local build and Run
7
8 Chekout code for [RICDMS](https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/ricdms) repository from gerrit.
9 ```sh
10 $ git clone ssh://subhash_singh@gerrit.o-ran-sc.org:29418/ric-plt/ricdms
11 ```
12
13 build locally
14 ```sh
15 $ make build
16 ```
17
18 Run the executable
19 ```sh
20 $./ricdms
21 {"ts":1684321663015,"crit":"INFO","id":"ricdms","mdc":{},"msg":"Logger is initialized without config file()."}
22 {"ts":1684321663023,"crit":"INFO","id":"ricdms","mdc":{},"msg":"Starting server at : 0.0.0.0:8000"}
23 2023/05/17 11:07:43 Serving r i c d m s at http://[::]:8000
24 ```
25
26 It will start the RICDMS on port `:8000`
27
28 ###