This is an automated email from the ASF dual-hosted git repository.
leojie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/master by this push:
new 0dfe1043d Modify the QR code of the community group to remove the qq
group information (#2280)
0dfe1043d is described below
commit 0dfe1043d7b69fc7b88eb27d186bf085963deb9d
Author: peacewong <[email protected]>
AuthorDate: Wed Jun 15 12:52:48 2022 +0800
Modify the QR code of the community group to remove the qq group
information (#2280)
* Modify the QR code of the community group to remove the qq group
information
* Add compilation steps
* add windows Compile
---
README.md | 22 ++++++++++++++++++++--
README_CN.md | 21 +++++++++++++++++++--
2 files changed, 39 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 46798164f..a929eadf9 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@ Linkis
==========
[](https://www.apache.org/licenses/LICENSE-2.0.html)
+[](https://codecov.io/gh/apache/incubator-linkis/branch/master)
[English](README.md) | [中文](README_CN.md)
@@ -70,6 +71,23 @@ Since the first release of Linkis in 2019, it has
accumulated more than **700**
Please go to the [Linkis Releases
Page](https://github.com/apache/incubator-linkis/releases) to download a
compiled distribution or a source code package of Linkis.
# Compile and deploy
+
+```shell
+
+## compile backend
+### Mac OS/Linux
+./mvnw -N install
+./mvnw clean install -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
+
+### Windows
+mvnw.cmd -N install
+mvnw.cmd clean install -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
+
+## compile web
+cd incubator-linkis/web
+npm install
+npm run build
+```
Please follow [Compile
Guide](https://linkis.apache.org/docs/latest/development/linkis_compile_and_package)
to compile Linkis from source code.
Please refer to [Deployment
Documents](https://linkis.apache.org/docs/latest/deployment/quick_deploy) to do
the deployment.
@@ -102,9 +120,9 @@ For code and documentation contributions, please follow the
[contribution guide]
# Contact Us
Any questions or suggestions please kindly submit an issue.
-You can scan the QR code below to join our WeChat and QQ group to get more
immediate response.
+You can scan the QR code below to join our WeChat group to get more immediate
response.
-
+
Meetup videos on
[Bilibili](https://space.bilibili.com/598542776?from=search&seid=14344213924133040656).
diff --git a/README_CN.md b/README_CN.md
index 570e78a19..a4b1d2a2e 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -2,6 +2,7 @@ Linkis
============
[](https://www.apache.org/licenses/LICENSE-2.0.html)
+[](https://codecov.io/gh/apache/incubator-linkis/branch/master)
[English](README.md) | [中文](README_CN.md)
@@ -63,6 +64,22 @@ Linkis 自2019年开源发布以来,已累计积累了700多家试验企业和
请前往[Linkis releases 页面](https://github.com/apache/incubator-linkis/releases)
下载Linkis 的已编译版本或源码包。
# 编译和安装部署
+```shell
+
+## 后端编译
+### Mac OS/Linux
+./mvnw -N install
+./mvnw clean install -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
+
+### Windows
+mvnw.cmd -N install
+mvnw.cmd clean install -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
+
+## 前端编译
+cd incubator-linkis/web
+npm install
+npm run build
+```
请参照[编译指引](https://linkis.apache.org/zh-CN/docs/latest/development/linkis_compile_and_package)
来编译Linkis 源码。
请参考[安装部署文档](https://linkis.apache.org/zh-CN/docs/latest/deployment/quick_deploy)
来部署Linkis。
@@ -108,8 +125,8 @@ Linkis 基于微服务架构开发,其服务可以分为3类:计算治理服
# 联系我们
对Linkis 的任何问题和建议,敬请提交issue,以便跟踪处理和经验沉淀共享。
-您也可以扫描下面的二维码,加入我们的微信/QQ群,以获得更快速的响应。
-
+您也可以扫描下面的二维码,加入我们的微信群,以获得更快速的响应。
+
Meetup 视频
[Bilibili](https://space.bilibili.com/598542776?from=search&seid=14344213924133040656).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]