diff options
Diffstat (limited to 'docs/files/mktplace-install.rst')
-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 |