diff --git a/Projects/APPSTORE/AppStore_Contribution.md b/Projects/APPSTORE/AppStore_Contribution.md index f9133f2ed1d1a5d0ace0d29087e1043c7211fd5a..65b0fd44926523dd055f1281096a67b9fef8b686 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 b780216616acc409b442572e23dd2cbf375ea015..581088c81d49313a715d8b5d7e8325cb76a44a6b 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 429b6544635f3c5c8955cadb6c67ff16e911c48b..515f95884c8007d83df469098298282f72cbd838 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 c29680609e003f8b1cb15e2d1a2b26de2dfe1b4b..8c10e913ffe95060073da850a0d7ab355489e0f9 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 0be22987693ddf2de59a4d095dd7fb81ef7d6360..2f76d95fe7bb53a21e26e235bbc141c9ff76ed0e 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 b150b23d0319536c4b89a4d137031156c02f464b..9a25ecc5e8988c98b666dd9b1e4b5e6a30c397fc 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 92e16cf8af0a931f156614d6292120b078bb21f9..45c2d0afc3fe5e2edf635e954f228d63b0003963 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 6577e341e34d11d4ff6f0b5db8627c8c518ae441..480e97d8a79d4250c79dc14e48ab613fc58e3ecd 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)