This is an automated email from the ASF dual-hosted git repository.
tianxiaoliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git
The following commit(s) were added to refs/heads/master by this push:
new 99987c4 SCB-2176 Add containerized UX README (#972)
99987c4 is described below
commit 99987c4b65da5d57a1ca8c0fac4476e5ef4cdb8c
Author: little-cui <[email protected]>
AuthorDate: Mon May 10 11:31:21 2021 +0800
SCB-2176 Add containerized UX README (#972)
---
docs/user-guides/ux.png | Bin 0 -> 33877 bytes
ux/README-ZH.md | 34 ++++++++++++++++++++++++++++++++++
ux/README.md | 12 +++++++++---
3 files changed, 43 insertions(+), 3 deletions(-)
diff --git a/docs/user-guides/ux.png b/docs/user-guides/ux.png
new file mode 100644
index 0000000..f00f7e0
Binary files /dev/null and b/docs/user-guides/ux.png differ
diff --git a/ux/README-ZH.md b/ux/README-ZH.md
new file mode 100644
index 0000000..492d921
--- /dev/null
+++ b/ux/README-ZH.md
@@ -0,0 +1,34 @@
+# ServiceComb UX
+
+[English Docs](/ux/README.md)
+
+## 特性
+
+1.
提供统一的微服务管理([ServiceComb-service-center](https://github.com/apache/servicecomb-service-center)
)、配置管理([ServiceComb-kie](https://github.com/apache/servicecomb-kie) )前台展示界面
+1. 提供一键启动脚本,方便本地开发调试
+
+## 如何运行
+### docker方式:
+
+依赖软件
+1. docker-compose v1.29.0+, 安装指南参考
[这里](https://docs.docker.com/compose/install/#install-compose)
+1. docker v18.02+, 安装指南参考
[这里](https://docs.docker.com/desktop/#download-and-install)
+
+支持平台
+ - OS系统: Windows 10 64-bit Build 18362+, Mac 10.14+, Linux
+ - 浏览器: Chrome, Firefox, Safari, Edge
+
+
+运行指令
+```bash
+docker-compose up -d
+```
+
+启动成功后,通过浏览器访问地址http://localhost:4200
+
+
+
+如何停止?
+```bash
+docker-compose down
+```
diff --git a/ux/README.md b/ux/README.md
index 341331b..a72922c 100644
--- a/ux/README.md
+++ b/ux/README.md
@@ -1,4 +1,6 @@
-# ServiceComb Console
+# ServiceComb UX
+
+[中文文档](/ux/README-ZH.md)
## Features
@@ -8,10 +10,14 @@
## How to run?
### With docker:
-Require:
+Require
1. docker-compose v1.29.0+, installation guide refer
[here](https://docs.docker.com/compose/install/#install-compose)
1. docker v18.02+, installation guide refer
[here](https://docs.docker.com/desktop/#download-and-install)
+Platform
+ - OS: Windows 10 64-bit Build 18362+, Mac 10.14+, Linux
+ - Browser: Chrome, Firefox, Safari, Edge
+
Run this command:
```bash
docker-compose up -d
@@ -22,4 +28,4 @@ Visit frontend at http://localhost:4200
How to stop?
```bash
docker-compose down
-```
\ No newline at end of file
+```