summaryrefslogtreecommitdiffstats
path: root/docs/platform/installation.rst
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-06-11 15:35:08 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-06-11 15:35:09 +0800
commitb74f1453b2c309b7395b909762a3d3543dab6406 (patch)
tree018a756281c78059f4e6813989ba2afcc9c1b728 /docs/platform/installation.rst
parent88e152431069d134edeb8ad80e1cd3944708a6f5 (diff)
add usecase-ui user guide
Change-Id: I97155072f9cf212ce6a2155bd07a6c57546222e5 Issue-ID: USECASEUI-194 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'docs/platform/installation.rst')
-rw-r--r--docs/platform/installation.rst23
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/platform/installation.rst b/docs/platform/installation.rst
deleted file mode 100644
index 42c7c151..00000000
--- a/docs/platform/installation.rst
+++ /dev/null
@@ -1,23 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-
-Installation
-------------
-
-In case the users want to deploy Usecase-UI, the steps for the installation is as follows.
-
-Prerequisites
-^^^^^^^^^^^^^
-
-#. MSB must be installed and started. The user knows the IP address of the MSB API gateway service.
-
-Steps
-^^^^^
-
-#. Start UI module of Usecase-UI using the command below:
-
- ``sudo docker run -i -t -d --name uui_ui -p 8080:8080 -e MSB_ADDR=$OPENO_IP:80 nexus3.onap.org:10001/onap/usecase-ui``
-
-#. Start Server module of Usecase-UI using the command below:
-
- ``sudo docker run -i -t -d --name uui_server -p 8082:8082 -e MSB_ADDR=$OPENO_IP:80 -e MR_ADDR=$MR_IP:3904 nexus3.onap.org:10001/onap/usecase-ui/usecase-ui-server``