From 2edcb8b3b55f8df976c5b9c1338925fd2f0b490c Mon Sep 17 00:00:00 2001 From: Chris Donley Date: Tue, 10 Oct 2017 11:20:43 -0700 Subject: 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 --- docs/files/mktplace-install.rst | 20 ++++++++++++++++++++ docs/index.rst | 8 +++++++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 docs/files/mktplace-install.rst 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 ------------- -- cgit 1.2.3-korg