summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-------------