doc: added support os. (#294)

This commit is contained in:
WenMing 2019-07-22 22:53:57 +08:00 committed by GitHub
parent dbb3d10008
commit 028f557015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -65,7 +65,7 @@ APISIX Installed and tested in the following systems:
| Ubuntu 16.04 | 1.15.8.1 | √ |
| Ubuntu 18.04 | 1.15.8.1 | √ |
| Debian 9 | 1.15.8.1 | √ |
| Mac OSX | 10.14.5 | √ |
| Mac OSX | 1.15.8.1 | √ |
You now have two ways to install APISIX: if you are using CentOS 7, it is recommended to use RPM, other systems please use Luarocks.

View File

@ -58,9 +58,11 @@ APISIX 在以下操作系统中做过安装和运行测试:
| 操作系统 | OpenResty | 状态 |
| ------------ | --------- | ---- |
| CentOS 7 | 1.15.8.1 | √ |
| Ubuntu 18.04 | 1.15.8.1 | √ |
| Debian 9 | 1.15.8.1 | √ |
| CentOS 7 | 1.15.8.1 | √ |
| Ubuntu 16.04 | 1.15.8.1 | √ |
| Ubuntu 18.04 | 1.15.8.1 | √ |
| Debian 9 | 1.15.8.1 | √ |
| Mac OSX | 1.15.8.1 | √ |
现在有两种方式来安装: 如果你是 CentOS 7 的系统,推荐使用 RPM 包安装;其他的系统推荐使用 Luarocks 安装。