diff options
author | 2017-10-14 09:08:10 +0000 | |
---|---|---|
committer | 2017-10-15 19:54:15 +0000 | |
commit | 6bc6ab33a2da23e335237ea1d84398a25de94eb7 (patch) | |
tree | 55a3ddcadefd0e7100f550c723a0a27c70606c8b /docs/files/mktplace-install.rst | |
parent | de6efbfa1c15852665f6ff6df58788169ad26e15 (diff) |
Corrections to pass doc8
Change-Id: I753838f44e3c82563b6f272a9a38264398b644cf
Issue-ID: DOC-94
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Diffstat (limited to 'docs/files/mktplace-install.rst')
-rw-r--r-- | docs/files/mktplace-install.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/files/mktplace-install.rst b/docs/files/mktplace-install.rst index f6e34f1..de3956a 100644 --- a/docs/files/mktplace-install.rst +++ b/docs/files/mktplace-install.rst @@ -3,18 +3,17 @@ VNFSDK Marketplace Installation Instructions 1. Download vnfsdk/refrepo from Gerrit :: - git clone http://gerrit.onap.org/r/vnfsdk/refrepo + git clone http://gerrit.onap.org/r/vnfsdk/refrepo 2. Goto vnfmarket-be/deployment/install, :: - Enter command "docker-compose up -d" + Enter command "docker-compose up -d" This will start two Docker containers: - a. VNF Repository + a. VNF Repository + b. PostgreSQL database. - b. PostgreSQL database. - - Once started, access the Marketplace from your web browser. +Once started, access the Marketplace from your web browser. 3. Connect to http://{host}:8702/openoui/vnfmarket to access the user interface |