summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2017-10-10 11:20:43 -0700
committerChris Donley <christopher.donley@huawei.com>2017-10-10 11:20:43 -0700
commit2edcb8b3b55f8df976c5b9c1338925fd2f0b490c (patch)
treeb0e0ada164b33eedaeb69b9f35aa16b305180107
parentdbf7fb19e6d8b0efa9faf3dcc6089111199c45cf (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>
-rw-r--r--docs/files/mktplace-install.rst20
-rw-r--r--docs/index.rst8
2 files changed, 27 insertions, 1 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
diff --git a/docs/index.rst b/docs/index.rst
index e00e602..9eb757f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -34,10 +34,16 @@ The VNF product model is specified using the TOSCA NFV simple profile. It is per
VNF SDK Marketplace
-------------------
+
+.. include:: files/marketplace-overview.rst
+
+Installation instructions
+-------------------------
+
.. toctree::
:maxdepth: 1
- files/marketplace-overview
+ files/mktplace-install
VNF SDK Tools
-------------