blob: de3956aaf82ab3c2568baac60040eeb8a44e63d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
VNFSDK Marketplace Installation Instructions
============================================
1. Download vnfsdk/refrepo from Gerrit
::
git clone http://gerrit.onap.org/r/vnfsdk/refrepo
2. Goto vnfmarket-be/deployment/install,
::
Enter command "docker-compose up -d"
This will start two Docker containers:
a. VNF Repository
b. PostgreSQL database.
Once started, access the Marketplace from your web browser.
3. Connect to http://{host}:8702/openoui/vnfmarket to access the user interface
|