diff options
author | Chris Donley <christopher.donley@huawei.com> | 2017-10-10 11:20:43 -0700 |
---|---|---|
committer | Chris Donley <christopher.donley@huawei.com> | 2017-10-10 11:20:43 -0700 |
commit | 2edcb8b3b55f8df976c5b9c1338925fd2f0b490c (patch) | |
tree | b0e0ada164b33eedaeb69b9f35aa16b305180107 /docs/files | |
parent | dbf7fb19e6d8b0efa9faf3dcc6089111199c45cf (diff) |
document marketplace installation instructions
Added Marketplace installation instruction file and updated index file.
Issue-ID: VNFSDK-111
Change-Id: I6ea05bd87123a773491ff15f5fd4a2d23cea70b9
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
Diffstat (limited to 'docs/files')
-rw-r--r-- | docs/files/mktplace-install.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/files/mktplace-install.rst b/docs/files/mktplace-install.rst new file mode 100644 index 0000000..f6e34f1 --- /dev/null +++ b/docs/files/mktplace-install.rst @@ -0,0 +1,20 @@ +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 |