From 00ea905b0747c52bcb6ab311e926d32f492b6c00 Mon Sep 17 00:00:00 2001 From: helongfei Date: Thu, 10 Feb 2022 15:11:48 +0800 Subject: [PATCH 1/3] =?UTF-8?q?developer=E9=83=A8=E5=88=86=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E6=9B=B4=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/Developer/Developer_Features.md | 2 +- ...ntainer-image.png => upload-container-image.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename uploads/images/2021/developer/{uoload-container-image.png => upload-container-image.png} (100%) diff --git a/Projects/Developer/Developer_Features.md b/Projects/Developer/Developer_Features.md index 7028d45..9d84767 100644 --- a/Projects/Developer/Developer_Features.md +++ b/Projects/Developer/Developer_Features.md @@ -53,7 +53,7 @@ Developer 特性清单 集成开发-系统管理-系统镜像管理-容器镜像 - 将镜像文件上传至容器镜像管理中。 -![](/uploads/images/2021/developer/uoload-container-image.png "uoload-container-image.png") +![](/uploads/images/2021/developer/upload-container-image.png "uoload-container-image.png") - 配置部署文件 diff --git a/uploads/images/2021/developer/uoload-container-image.png b/uploads/images/2021/developer/upload-container-image.png similarity index 100% rename from uploads/images/2021/developer/uoload-container-image.png rename to uploads/images/2021/developer/upload-container-image.png -- Gitee From 38c82bafd3d6e2bfff8c6f224429236b9fcc947d Mon Sep 17 00:00:00 2001 From: helongfei Date: Thu, 10 Feb 2022 15:14:02 +0800 Subject: [PATCH 2/3] =?UTF-8?q?developer=E9=83=A8=E5=88=86=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E6=9B=B4=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/Developer/Developer_Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/Developer/Developer_Features.md b/Projects/Developer/Developer_Features.md index 9d84767..2ae087c 100644 --- a/Projects/Developer/Developer_Features.md +++ b/Projects/Developer/Developer_Features.md @@ -53,7 +53,7 @@ Developer 特性清单 集成开发-系统管理-系统镜像管理-容器镜像 - 将镜像文件上传至容器镜像管理中。 -![](/uploads/images/2021/developer/upload-container-image.png "uoload-container-image.png") +![](/uploads/images/2021/developer/upload-container-image.png "upload-container-image.png") - 配置部署文件 -- Gitee From b4f2355e151d6f6ee4c92fcac02d2083050e5620 Mon Sep 17 00:00:00 2001 From: helongfei Date: Thu, 4 Aug 2022 15:00:37 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E7=9B=B8=E5=85=B3java=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E8=B4=A1=E7=8C=AE=E6=8C=87=E5=AF=BC=E4=B8=AD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=88=B6=E4=BE=9D=E8=B5=96=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/APPSTORE/AppStore_Contribution.md | 10 ++++++++++ Projects/APPSTORE/AppStore_Contribution_en.md | 9 +++++++++ Projects/ATP/ATP_Contribution.md | 9 +++++++++ Projects/Developer/Developer_Contribution.md | 9 +++++++++ Projects/MECM/MECM_Apm_Contribution.md | 9 +++++++++ Projects/MECM/MECM_Appo_Contribution.md | 9 +++++++++ Projects/MECM/MECM_Inventory_Contribution.md | 9 +++++++++ Projects/User Management/User_Contribution.md | 2 +- 8 files changed, 65 insertions(+), 1 deletion(-) diff --git a/Projects/APPSTORE/AppStore_Contribution.md b/Projects/APPSTORE/AppStore_Contribution.md index f9133f2..65b0fd4 100644 --- a/Projects/APPSTORE/AppStore_Contribution.md +++ b/Projects/APPSTORE/AppStore_Contribution.md @@ -5,6 +5,16 @@ ## 搭建本地开发环境 +### 搭建之前安装依赖仓库,避免AppStore-be编译失败 + - 拉取代码 + ``` + git clone https://gitee.com/edgegallery/eg-parent.git + ``` + - 安装依赖 + ``` + mvn clean install + ``` + 本节将指导用户如何在本地搭建AppStore-be和AppStore-fe模块,从而帮助开发者快速理解、开发代码。 其中AppStore-be的本地启动依赖于: diff --git a/Projects/APPSTORE/AppStore_Contribution_en.md b/Projects/APPSTORE/AppStore_Contribution_en.md index b780216..581088c 100644 --- a/Projects/APPSTORE/AppStore_Contribution_en.md +++ b/Projects/APPSTORE/AppStore_Contribution_en.md @@ -4,6 +4,15 @@ This article will show users how to participate in the contribution of the AppSt ## Build a local development environment +### Install the dependency repository before building to avoid AppStore-be compilation failure + - Pull code + ``` + git clone https://gitee.com/edgegallery/eg-parent.git + ``` + - install dependencies + ``` + mvn clean install + ``` This section will guide users how to build AppStore-be and AppStore-fe modules locally to help developers quickly understand and develop code. The local startup of AppStore-be depends on: diff --git a/Projects/ATP/ATP_Contribution.md b/Projects/ATP/ATP_Contribution.md index 429b654..515f958 100644 --- a/Projects/ATP/ATP_Contribution.md +++ b/Projects/ATP/ATP_Contribution.md @@ -3,6 +3,15 @@ ATP Contribution ## 搭建本地开发环境 +### 搭建之前安装依赖仓库,避免atp编译失败 + - 拉取代码 + ``` + git clone https://gitee.com/edgegallery/eg-parent.git + ``` + - 安装依赖 + ``` + mvn clean install + ``` 本文将指导用户如何在本地搭建atp和atp-fe模块,从而帮助开发者快速理解、开发代码。 其中atp的本地启动依赖于: diff --git a/Projects/Developer/Developer_Contribution.md b/Projects/Developer/Developer_Contribution.md index c296806..8c10e91 100644 --- a/Projects/Developer/Developer_Contribution.md +++ b/Projects/Developer/Developer_Contribution.md @@ -3,6 +3,15 @@ Developer Contribution ### 本地开发环境搭建 +### 搭建之前安装依赖仓库,避免developer-be编译失败 + - 拉取代码 + ``` + git clone https://gitee.com/edgegallery/eg-parent.git + ``` + - 安装依赖 + ``` + mvn clean install + ``` 本文将指导用户如何在本地搭建developer-be和developer-fe模块,从而帮助开发者快速理解、开发代码。 其中developer-be的本地启动依赖于: diff --git a/Projects/MECM/MECM_Apm_Contribution.md b/Projects/MECM/MECM_Apm_Contribution.md index 0be2298..2f76d95 100644 --- a/Projects/MECM/MECM_Apm_Contribution.md +++ b/Projects/MECM/MECM_Apm_Contribution.md @@ -5,6 +5,15 @@ This section provides details on how to participate/contribute to the APM(Applic ## Build local development environment +### Install the dependency repository before building to avoid APM compilation failure + - Pull code + ``` + git clone https://gitee.com/edgegallery/eg-parent.git + ``` + - install dependencies + ``` + mvn clean install + ``` This section will guide developers to build APM module locally and help developers to quickly understand and develop code diff --git a/Projects/MECM/MECM_Appo_Contribution.md b/Projects/MECM/MECM_Appo_Contribution.md index b150b23..9a25ecc 100644 --- a/Projects/MECM/MECM_Appo_Contribution.md +++ b/Projects/MECM/MECM_Appo_Contribution.md @@ -5,6 +5,15 @@ This section provides details on how to participate/contribute to the applicatio ## Build local development environment +### Install the dependency repository before building to avoid Appo compilation failure + - Pull code + ``` + git clone https://gitee.com/edgegallery/eg-parent.git + ``` + - install dependencies + ``` + mvn clean install + ``` This section will guide developers to build Appo module locally and help developers to quickly understand and develop code diff --git a/Projects/MECM/MECM_Inventory_Contribution.md b/Projects/MECM/MECM_Inventory_Contribution.md index 92e16cf..45c2d0a 100644 --- a/Projects/MECM/MECM_Inventory_Contribution.md +++ b/Projects/MECM/MECM_Inventory_Contribution.md @@ -5,6 +5,15 @@ This section provides details on how to participate/contribute to the inventory ## Build local development environment +### Install the dependency repository before building to avoid Inventory compilation failure + - Pull code + ``` + git clone https://gitee.com/edgegallery/eg-parent.git + ``` + - install dependencies + ``` + mvn clean install + ``` This section will guide developers to build Inventory module locally and help developers to quickly understand and develop code diff --git a/Projects/User Management/User_Contribution.md b/Projects/User Management/User_Contribution.md index 6577e34..480e97d 100644 --- a/Projects/User Management/User_Contribution.md +++ b/Projects/User Management/User_Contribution.md @@ -1,3 +1,3 @@ ## 如何参与贡献 -详细信息,请参考[代码仓库](https://gitee.com/edgegallery/user-mgmt) +详细信息,请参考[代码仓库](https://gitee.com/edgegallery/user-mgmt/blob/master/README.md) -- Gitee