Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed Aug 3, 2022
2 parents aaa826f + 935769f commit cc110ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ In a word, Apinto API gateway enables the business development team to focus mor

### Get start

1. Download and unzip the installation package (here is an example of the installation package of version v0.6.4)
1. Download and unzip the installation package (here is an example of the installation package of version v0.7.0)

```
wget https://github.com/eolinker/apinto/releases/download/v0.6.4/apinto-v0.6.4.linux.x64.tar.gz && tar -zxvf apinto-v0.6.4.linux.x64.tar.gz && cd apinto
wget https://github.com/eolinker/apinto/releases/download/v0.7.0/apinto-v0.7.0.linux.x64.tar.gz && tar -zxvf apinto-v0.7.0.linux.x64.tar.gz && cd apinto
```

2. Start gateway:
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ Apinto是一个基于 Golang 开发的微服务网关,能够实现高性能 HT

### 启动

1.下载安装包并解压(此处以v0.6.4版本的安装包示例
1.下载安装包并解压(此处以v0.7.0版本的安装包示例

```
wget https://github.com/eolinker/apinto/releases/download/v0.6.4/apinto-v0.6.4.linux.x64.tar.gz && tar -zxvf apinto-v0.6.4.linux.x64.tar.gz && cd apinto
wget https://github.com/eolinker/apinto/releases/download/v0.7.0/apinto-v0.7.0.linux.x64.tar.gz && tar -zxvf apinto-v0.7.0.linux.x64.tar.gz && cd apinto
```

2.启动网关:
Expand Down
2 changes: 1 addition & 1 deletion build/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EXPOSE 9400 8099
VOLUME /var/lib/apinto

#设置环境变量
ENV APP=APINTO
ENV APP=apinto

#解压网关程序压缩包
COPY ./apinto.linux.x64.tar.gz /
Expand Down

0 comments on commit cc110ee

Please sign in to comment.