blob: 5e9fa6d4528cb2ae94c4862a66e8b76a1e5bc74e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright 2017-2018 Huawei Technologies Co., Ltd.
VNF SDK Marketplace Installation Instructions
=============================================
1. Download vnfsdk/refrepo from Gerrit
::
git clone http://gerrit.onap.org/r/vnfsdk/refrepo
2. Goto vnfmarket-be/deployment/install,
::
Delete old docker images of refrepo (if any).
Enter command "source .env" to set up few environment variables.
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/onapui/vnfmarket to access the user interface
|