CI: Add SonarCloud scan GHA workflow
[nonrtric/plt/ranpm.git] / docker-proj / README.md
index 1a6cf9e..f99e282 100644 (file)
@@ -1,3 +1,18 @@
+## License
+
+Copyright (C) 2023 Nordix Foundation. All rights reserved.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
 ## RANPM project in docker
 
 A docker compose project showing pm file flow from simulated network elements to filtered pm data.
@@ -54,16 +69,36 @@ To remove run:
 To update the filter edit and run:
 `./update-pmlog.sh`
 
+### PM rApp
+Additionally you can install PM rApp.
+
+Build PM rApp
+
+`cd ranpm/pm-rapp`
+
+`./build.sh no-push`
+
+Install PM rApp
+
+`cd ranpm/docker-proj`
+
+Example cmd: \
+`./pmrapp-setup.sh`
+
+To remove run:
+`./pmrapp-tear-down.sh`
 
 ### Tools for monitoring
 
 Open browser to redpanda (kafka gui) - watch topics, messages etc\
-browser: `localhost:8780`
+browser: `<host ip>:8780`
 
-Open brower to minio - available only if minio is given on the cmd line when starting the demo\
+Open brower to minio \
 user: admin pwd: adminadmin\
-browser: `localhost:9001`
+browser: `<host ip>:9001`
 
+Open brower to control-panel \
+browser: `<host ip>:8088/ei-coordinator`
 
 ### Push data - basic