You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2019/11/27 13:56:04 UTC

[incubator-apisix] branch master updated: doc: install from Apache release first. (#906)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new dfb139e  doc: install from Apache release first. (#906)
dfb139e is described below

commit dfb139e93ad7e0e6ec3ba9ac68aba9677421c11b
Author: WenMing <mo...@gmail.com>
AuthorDate: Wed Nov 27 21:55:56 2019 +0800

    doc: install from Apache release first. (#906)
---
 README.md              |  6 +++---
 README_CN.md           |  4 ++--
 doc/how-to-build-cn.md | 10 +++++-----
 doc/how-to-build.md    | 10 +++++-----
 4 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index b3b2460..28e7214 100644
--- a/README.md
+++ b/README.md
@@ -91,9 +91,9 @@ APISIX Installed and tested in the following systems(OpenResty MUST >= 1.15.8.1,
 CentOS 7, Ubuntu 16.04, Ubuntu 18.04, Debian 9, Debian 10, macOS, **ARM64** Ubuntu 18.04
 
 Steps to install APISIX:
-1. Installation runtime dependencies: OpenResty and etcd, refer to [documentation](doc/install-dependencies.md);
+1. Installation runtime dependencies: OpenResty and etcd, refer to [documentation](doc/install-dependencies.md)
 2. There are several ways to install Apache APISIX:
-    - [Source Release Candidate](doc/how-to-build.md#installation-via-source-release-candidate)
+    - [Source Release](doc/how-to-build.md#installation-via-source-release)
     - [RPM package](doc/how-to-build.md#installation-via-rpm-package-centos-7) for CentOS 7
     - [Luarocks](doc/how-to-build.md#installation-via-luarocks-macos-not-supported)
     - [Docker](https://github.com/apache/incubator-apisix-docker)
@@ -116,7 +116,7 @@ Then you can try more [plugins](doc/README.md#plugins).
 ## Dashboard
 APISIX has built-in support for dashboards, as follows:
 
-- Download the source code of [dashboard] (https://github.com/apache/incubator-apisix-dashboard):
+- Download the source code of [dashboard](https://github.com/apache/incubator-apisix-dashboard):
 ```
 git clone https://github.com/apache/incubator-apisix-dashboard.git
 ```
diff --git a/README_CN.md b/README_CN.md
index 8cd2e7a..012f0bb 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -90,9 +90,9 @@ APISIX 在以下操作系统中可顺利安装并做过运行测试,需要注
 CentOS 7, Ubuntu 16.04, Ubuntu 18.04, Debian 9, Debian 10, macOS, **ARM64** Ubuntu 18.04
 
 安装 APISIX 的步骤:
-1. 安装运行时依赖:OpenResty 和 etcd,参考[依赖安装文档](doc/install-dependencies.md).
+1. 安装运行时依赖:OpenResty 和 etcd,参考[依赖安装文档](doc/install-dependencies.md)
 2. 有以下几种方式来安装 Apache APISIX:
-    - 通过[源码候选版本](doc/how-to-build-cn.md#通过源码候选版本安装);
+    - 通过[源码包安装](doc/how-to-build-cn.md#通过源码包安装);
     - 如果你在使用 CentOS 7,可以使用 [RPM 包安装](doc/how-to-build-cn.md#通过-rpm-包安装centos-7);
     - 其它 Linux 操作系统,可以使用 [Luarocks 安装方式](doc/how-to-build-cn.md#通过-luarocks-安装-不支持-macos);
     - 你也可以使用 [Docker 镜像](https://github.com/apache/incubator-apisix-docker) 来安装。
diff --git a/doc/how-to-build-cn.md b/doc/how-to-build-cn.md
index 79b9663..8d416db 100644
--- a/doc/how-to-build-cn.md
+++ b/doc/how-to-build-cn.md
@@ -27,13 +27,13 @@ Apache APISIX 的运行环境需要 Nginx 和 etcd,
 
 你可以通过源码包、Docker、Luarocks 等多种方式来安装 Apache APISIX。
 
-### 通过源码候选版本安装
+### 通过源码包安装
 
-你需要先下载源码候选版本:
+你需要先下载 Apache Release 源码包:
 
 ```shell
-wget https://dist.apache.org/repos/dist/dev/incubator/apisix/0.9-RC1/apache-apisix-0.9-rc1-incubating-src.tar.gz
-tar zxvf apache-apisix-0.9-rc1-incubating-src.tar.gz
+wget http://www.apache.org/dist/incubator/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz
+tar zxvf apache-apisix-0.9-incubating-src.tar.gz
 ```
 
 安装运行时依赖的 Lua 库:
@@ -45,7 +45,7 @@ make deps
 ### 通过 RPM 包安装(CentOS 7)
 
 ```shell
-sudo yum install -y https://github.com/apache/incubator-apisix/releases/download/v0.8/apisix-0.8-0.el7.noarch.rpm
+sudo yum install -y https://github.com/apache/incubator-apisix/releases/download/v0.9/apisix-0.9-0.el7.noarch.rpm
 ```
 
 ### 通过 Luarocks 安装 (不支持 macOS)
diff --git a/doc/how-to-build.md b/doc/how-to-build.md
index b49bd66..28c07d9 100644
--- a/doc/how-to-build.md
+++ b/doc/how-to-build.md
@@ -28,13 +28,13 @@ So before installation, please follow the different operating systems [install D
 
 You can install Apache APISIX in a variety of ways, including source code packages, Docker, and Luarocks.
 
-### Installation via source release candidate
+### Installation via source release
 
-You need to download the source release candidate first:
+You need to download the Apache source release first:
 
 ```shell
-wget https://dist.apache.org/repos/dist/dev/incubator/apisix/0.9-RC1/apache-apisix-0.9-rc1-incubating-src.tar.gz
-tar zxvf apache-apisix-0.9-rc1-incubating-src.tar.gz
+wget http://www.apache.org/dist/incubator/apisix/0.9/apache-apisix-0.9-incubating-src.tar.gz
+tar zxvf apache-apisix-0.9-incubating-src.tar.gz
 ```
 
 Install the Lua libraries that the runtime depends on:
@@ -46,7 +46,7 @@ make deps
 ### Installation via RPM package (CentOS 7)
 
 ```shell
-sudo yum install -y https://github.com/apache/incubator-apisix/releases/download/v0.8/apisix-0.8-0.el7.noarch.rpm
+sudo yum install -y https://github.com/apache/incubator-apisix/releases/download/v0.9/apisix-0.9-0.el7.noarch.rpm
 ```
 
 ### Installation via Luarocks (macOS not supported)