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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2d9c1a1  docs(install-dependencies): add stop the openresty after 
installed (#4521)
2d9c1a1 is described below

commit 2d9c1a1165523424980393251c40c5da36a7a1bb
Author: Applenice <[email protected]>
AuthorDate: Tue Jul 6 09:49:36 2021 +0800

    docs(install-dependencies): add stop the openresty after installed (#4521)
    
    Co-authored-by: 罗泽轩 <[email protected]>
    Co-authored-by: Shuyang Wu <[email protected]>
---
 docs/en/latest/install-dependencies.md | 2 ++
 docs/zh/latest/install-dependencies.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/en/latest/install-dependencies.md 
b/docs/en/latest/install-dependencies.md
index 26cdafd..e8c5758 100644
--- a/docs/en/latest/install-dependencies.md
+++ b/docs/en/latest/install-dependencies.md
@@ -42,6 +42,8 @@ title: Install Dependencies
 
 - WARNING: If you are using OpenResty which is older than `1.17.8`, please 
installing openresty-openss-devel instead of openresty-openssl111-devel.
 
+- OpenResty is a dependency of APISIX. If it is your first time to deploy 
APISIX and you don't need to use OpenResty to deploy other services, you can 
stop and disable OpenResty after installation since it will not affect the 
normal work of APISIX. Please operate carefully according to your service. For 
example in Ubuntu: `systemctl stop openresty && systemctl disable openresty`.
+
 ## CentOS 7
 
 ```shell
diff --git a/docs/zh/latest/install-dependencies.md 
b/docs/zh/latest/install-dependencies.md
index 6946daa..93bbc99 100644
--- a/docs/zh/latest/install-dependencies.md
+++ b/docs/zh/latest/install-dependencies.md
@@ -42,6 +42,8 @@ title: 安装依赖
 
 - 警告:如果你正在使用低于 `1.17.8` 的 OpenResty 版本,请安装 openresty-openssl-devel,而不是 
openresty-openssl111-devel。
 
+- OpenResty 是 APISIX 的一个依赖项,如果是第一次部署 APISIX 并且不需要使用 OpenResty 部署其他服务,可以在 
OpenResty 安装完成后停止并禁用 OpenResty,这不会影响 APISIX 的正常工作,请根据自己的业务谨慎操作。例如 
Ubuntu:`systemctl stop openresty && systemctl disable openresty`。
+
 ## CentOS 7
 
 ```shell

Reply via email to