VID Development Guide
Prerequisites
Java 8
Maven 3
Docker
How to start VID locally?
Build a vid-ext-services-simulator docker image
Go to the vid-ext-service-simulator folder and run
mvn clean package
Build a vid docker image
In the vid folder run
mvn clean install -P docker
Start a vid with db and vid-ext-service-simulator
Go to the vid/deliveres/src/main/docker/docker-files and run
docker-compose up -d
Open a web browser and go to the http://localhost:8080/vid/login.htm page
Login and password you can find in a 'fn_user' table inited by vid/epsdk-app-onap/src/main/resources/db.changelog-01.sql script.