X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.md;h=d3cf7911aabe4ff170500e8f0947e50a45ce2625;hb=HEAD;hp=f28f1dc6278d5fd757ac5a87638b77de26dd2010;hpb=8504f6a10b6417bd6b73249941c8f6356442fc9b;p=ric-plt%2Fappmgr.git diff --git a/README.md b/README.md index f28f1dc..d3cf791 100755 --- a/README.md +++ b/README.md @@ -37,28 +37,29 @@ TBD later ## Prerequisites Make sure that following tools are properly installed and configured * GO (golang) development and runtime tools +* mdclog (com/log) * Docker * Kubernates and related tools (kubectl and helm) * Xapp Docker repo (either local or remote) * Xapp Helm charts -* com/log +* ... ## Building go binary and docker container for xApp Manager ```sh -# Change to build-folder and run following command +# Run following command. Make sure that mdclog is installed and found in the standard library path make docker-build ``` ## Running xApp Manager unit tests ```sh -# Change to build-folder and run following command +# Run following command make test ``` ## Running xApp Manager locally ```sh # Now run the xApp manager -./xapp_mgr -f ../config/appmgr.yaml +build/appmgr -f config/appmgr.yaml ``` # Running Docker container of xApp manager @@ -387,4 +388,4 @@ $ appmgrcli subs list # Additional info ```sh Todo -``` +``` \ No newline at end of file