docs: change the installation docs 54/108754/1
authorcyuamber <xuranyjy@chinamobile.com>
Thu, 4 Jun 2020 02:49:28 +0000 (10:49 +0800)
committercyuamber <xuranyjy@chinamobile.com>
Thu, 4 Jun 2020 02:49:35 +0000 (10:49 +0800)
Change-Id: I830bbd9b4f2e1323d5392e0664e3536782bb2ad9
Issue-ID: USECASEUI-435
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
docs/platform/installation/user-guide/uui-guide.rst

index 788e075..2df9543 100644 (file)
@@ -13,9 +13,9 @@ Confirm that the Usecase-UI microservice has been successfully registered in MSB
 
 If Usecase-UI microservice does not exist in MSB, please register them manually.
 ::
-            
-    curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "usecaseui-server", "version": "v1", "url": "/api/usecaseui-server/v1","protocol": "REST", "nodes": [{"ip": "${UUI_SERVER_IP}","port": "8082"}]}' "http://${MSB_IP}:30280/api/microservices/v1/services"
-    curl -X POST -H "Content-Type: application/json" -d '{"serviceName": "usecaseui-ui", "version": "v1", "url": "/usecase-ui","path": "/iui/usecaseui","protocol": "UI", "nodes": [{"ip": "${UUI_IP}","port": "8080"}]}' "http://${MSB_IP}:30280/api/microservices/v1/services"
+   
+    curl -k -X POST -H "Content-Type: application/json" -d '{"serviceName": "usecaseui-ui", "version": "v1", "url": "/usecase-ui","path": "/iui/usecaseui","protocol": "UI", "enable_ssl": true, "nodes": [{"ip": "${UUI_IP}","port": "8443"}]}' "https://${MSB_IP}:30283/api/microservices/v1/services"
+    curl -k -X POST -H "Content-Type: application/json" -d '{"serviceName": "usecaseui-server", "version": "v1", "url": "/api/usecaseui-server/v1","protocol": "REST", "enable_ssl": true, "nodes": [{"ip": "${UUI_SERVER_IP}","port": "8082"}]}' "https://${MSB_IP}:30283/api/microservices/v1/services"
 
 **3. Open Usecase-UI Home**
 ===========================
@@ -25,6 +25,7 @@ Please open Usecase-UI dashboard page through your browser.
 ::
 
   http://${MSB_IP}:30280/iui/usecaseui/
+  https://${MSB_IP}:30283/iui/usecaseui/
   
 **4. Specific Pages Function**
 ==============================