aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bb0d209
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+This project hosts the configurations and start-up scripts for instantiating the Open eCOMP AAF Server
+
+To deploy an Open eCOMP AAF server 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 https://23.253.149.175/dcae-startup/dcae-startup-vm-aaf.git
+3. change dir to dcae-startup-vm-aaf
+ edit the deploy.sh file with local configurations such as docker-compose
+4. run the deploy.sh as root
+
+
+