blob: bb0d209b7c1d8bad98458747aa4354da51c28db5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|