diff --git a/README_zh.md b/README_zh.md index 5be69437..4a72d53b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -74,7 +74,7 @@ Qualitis基于Spring Boot,依赖于Linkis进行数据计算,提供数据质 ![](/images/en_US/ch1/ContractUs.png) ## License -**Linkis is under the Apache 2.0 license. See the [LICENSE](/LICENSE) file for details.** +**Qualitis is under the Apache 2.0 license. See the [LICENSE](/LICENSE) file for details.** ## Tips 由于Qualitis的前端代码是采用WeBank自研的前端框架FES,但是FES框架目前没有开源,所以Qualitis的前端代码暂不开源。我们会尽快推进Qualitis的前端开源。对此我们感到非常抱歉。 diff --git "a/docs/zh_CN/ch1/\345\277\253\351\200\237\346\220\255\345\273\272\346\211\213\345\206\214\342\200\224\342\200\224\345\215\225\346\234\272\347\211\210.md" "b/docs/zh_CN/ch1/\345\277\253\351\200\237\346\220\255\345\273\272\346\211\213\345\206\214\342\200\224\342\200\224\345\215\225\346\234\272\347\211\210.md" index ff8cf2b5..e4e3dd4e 100644 --- "a/docs/zh_CN/ch1/\345\277\253\351\200\237\346\220\255\345\273\272\346\211\213\345\206\214\342\200\224\342\200\224\345\215\225\346\234\272\347\211\210.md" +++ "b/docs/zh_CN/ch1/\345\277\253\351\200\237\346\220\255\345\273\272\346\211\213\345\206\214\342\200\224\342\200\224\345\215\225\346\234\272\347\211\210.md" @@ -1,10 +1,14 @@ # 快速搭建手册 ## 一、基础软件安装 -Gradle (4.6) +Gradle (4.6) + MySQL (5.5.x) + JDK (1.8.0_141) -Linkis(0.9.x或1.x), 必装Spark引擎。[如何安装Linkis](https://github.com/apache/incubator-linkis) + +Linkis(0.9.x或1.x), 必装Spark引擎。[如何安装Linkis](https://github.com/apache/incubator-linkis) + DataSphereStudio (1.0.1, 1.1.0) 可选. 如果你想使用工作流,必装DataSphereStudio。[如何安装DataSphereStudio?](https://github.com/WeBankFinTech/DataSphereStudio) ## 二、安装包下载 diff --git a/gradle.properties b/gradle.properties index 33ae74bc..c4691b32 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,4 +15,4 @@ # group=com.webank.wedatasphere.qualitis -version=0.9.0 \ No newline at end of file +version=0.9.2 \ No newline at end of file