You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

# Prerequisites
* Java 8
* Maven 3
* Docker

# Basic info
To build project, run: mvn clean install

# How to start VID locally?
1. Build a vid-ext-services-simulator docker image

Go to the vid-ext-service-simulator folder and run
```
mvn clean package
```
2. Build a vid docker image

In the vid folder run
```
mvn clean install -P docker
```
3. Start a vid with db and vid-ext-service-simulator

Go to the vid/deliveres/src/main/docker/docker-files and run
```.env
docker-compose up -d
```
4. 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.
  • No labels