From 4c1d56b9703c8557d619527b823c462763e8bd6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=BE=89?= Date: Thu, 4 Aug 2022 11:38:26 +0800 Subject: [PATCH] Upgrade file readme and .gitignore --- .gitignore | 3 +++ toolchain/README.en.md | 36 ------------------------------------ toolchain/README.md | 14 ++++++++++++++ toolchain/README_en.md | 14 ++++++++++++++ 4 files changed, 31 insertions(+), 36 deletions(-) delete mode 100644 toolchain/README.en.md diff --git a/.gitignore b/.gitignore index 729b2ee..4aaf022 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 a886317..0000000 --- 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 f368ca3..5f6630f 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 4f1117f..d058435 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如下: -- Gitee