aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 45d8576..b2529a4 100644
--- a/README.md
+++ b/README.md
@@ -126,3 +126,11 @@ It's possible to override default configuration. Following environment variables
REST_CLIENT_VES_ENDPOINT - VES URL, AVNC events will be send via VES client to this address
+## Start avcn-manager
+To run avcn manager, config ves and pnf-simulator ip in docker-compose.yaml
+REST_CLIENT_VES_ENDPOINT: http://<ves>:8080/eventListener/v7
+REST_CLIENT_VESCLIENT_ENDPOINT: http://<ves-client>:5000/simulator/start
+
+and start docker-compose
+
+ docker-compose up