aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 2 insertions, 17 deletions
diff --git a/README.md b/README.md
index b4df71f..e5f22e2 100644
--- a/README.md
+++ b/README.md
@@ -5,21 +5,6 @@ To deploy an Open eCOMP Message Router to a host:
0. prepare the docker host:
a. install the following software: git, docker, docker-compose
1. login to the docker host
-2. git clone this project:
- git clone -b pocorange https://23.253.149.175/lj1412/dcae-startup-vm-message-router.git
-3. change dir to dcae-startup-vm-message-router
- edit the deploy.sh file with local configurations such as docker-compose
+2. git clone this project
+3. edit the deploy.sh file with docker registry info and local configurations such as docker-compose
4. run the deploy.sh as root
-
-
-
-
-To use the Message Router:
-Reference docker_files/tests/test.sh for curl exmples for publishing/subscribing and API key creation.
-
-These examples are for running MR client (curl) on the same VM as the MR. If running from a
-different location, change the host portion of the HOSTPORT variable to teh IP address/hostname
-of the VM running the MR. For example from
-HOSTPORT="127.0.0.1:3904"
-to
-HOSTPORT="10.0.11.1.com:3904"