diff --git a/.gitignore b/.gitignore index 729b2ee826a55f59ac406186f1d9e239aa52769f..4aaf022837887411812fc561e1f789768cb5cc1d 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ __pycache__/ pylint-report.txt .coverage coverage.xml + +# IDEA Files # +.idea \ No newline at end of file diff --git a/toolchain/README.en.md b/toolchain/README.en.md deleted file mode 100644 index a8863174ce04509ebd2de225b0ff4fbb51bc1c76..0000000000000000000000000000000000000000 --- a/toolchain/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# toolchain - -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/toolchain/README.md b/toolchain/README.md index f368ca31bed4bf2bd2e2eeff404fc011f044682d..5f6630f95d6f13b6ce4b5c45ca07b951b158100f 100644 --- a/toolchain/README.md +++ b/toolchain/README.md @@ -29,6 +29,20 @@ toolchain对外提供restful接口,基于开源的ServiceComb微服务框架 | IntelliJ IDEA |Community |[download](https://www.jetbrains.com/idea/download/)| | Servicecomb Service-Center | 1.3.0 | [download](https://servicecomb.apache.org/cn/release/service-center-downloads/)| +- ### 安装依赖仓库 + - 1 下载依赖仓库: + + ```shell + $ git clone https://gitee.com/edgegallery/eg-parent.git + ``` + + - 2 安装依赖仓库: + + ```shell + $ cd eg-parent + $ mvn install + ``` + - ### 修改配置文件/src/main/resources/application.properties - 配置Service Center,本地安装IP是127.0.0.1,默认端口30100,配置如下: diff --git a/toolchain/README_en.md b/toolchain/README_en.md index 4f1117f3747c66498658a6560f833b65e114835e..d058435afcc74203f88e4b7f5bb53c7cc4505c6e 100644 --- a/toolchain/README_en.md +++ b/toolchain/README_en.md @@ -29,6 +29,20 @@ relyPorting Advisor,So both need to run in the same environment,Only introdu | IntelliJ IDEA |Community |[download](https://www.jetbrains.com/idea/download/)| | Servicecomb Service-Center | 1.3.0 | [download](https://servicecomb.apache.org/cn/release/service-center-downloads/)| +- ### Install dependency repository + - 1 Git clone dependency repository: + + ```shell + $ git clone https://gitee.com/edgegallery/eg-parent.git + ``` + + - 2 Install dependency repository: + + ```shell + $ cd eg-parent + $ mvn install + ``` + - ### Modify the configuration file/src/main/resources/application.properties - ConfigurationService Center,Local installationIPYes127.0.0.1,Default port30100,Configuration如下: