/
VID Development Guide
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.
, multiple selections available,
Related content
Tutorial vIMS: VID Instantiate the VNF
Tutorial vIMS: VID Instantiate the VNF
More like this
SO Workspace and Development Tools
SO Workspace and Development Tools
More like this
SDC Simulator
SDC Simulator
More like this
Clearwater vIMS Onboarding and Instantiation
Clearwater vIMS Onboarding and Instantiation
More like this
ONAP on VMware Integrated OpenStack 4.1 with Kubernetes
ONAP on VMware Integrated OpenStack 4.1 with Kubernetes
More like this
Building and Running APPC Docker Images
Building and Running APPC Docker Images
More like this