summaryrefslogtreecommitdiffstats
path: root/docs/platform/delivery.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/delivery.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/delivery.rst')
-rw-r--r--docs/platform/delivery.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/platform/delivery.rst b/docs/platform/delivery.rst
index 30bf1d42..2bbbce00 100644
--- a/docs/platform/delivery.rst
+++ b/docs/platform/delivery.rst
@@ -1,12 +1,13 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
-Delivery
---------
+Usecase-UI Delivery
+===================
-Describe how functions are packaged into run-time components. For some components a block diagram may be useful.
-As mentioned in the architecture chapter, Usecase-UI mainly comprises two modules: the UI module and the Server module.
+Usecase-UI mainly comprises two modules: Usecase UI and Usecase UI Server.
-* UI Docker: The main GUI for LCM and Monitor functions are performed in this module. The module provides Lifecycle CRUD operation interfaces and system alarm/performance monitor.
+* usecase-ui Docker Image : The main GUI for LCM and Monitor functions are performed in this module.
+This part provides Lifecycle CRUD operation UI and alarm/performance monitor.
-* Server Docker: This module provides APIs for usecase-ui inside. Lifecycle Management and alarm/performance data Management are implemented by this module.
+* usecase-ui-server Docker Image : This part provides APIs and postgreSQL Database for usecase-ui inside.