spacewander commented on a change in pull request #4521:
URL: https://github.com/apache/apisix/pull/4521#discussion_r663584084
##########
File path: 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`。
Review comment:
Better to add space around English word.
##########
File path: 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 the first time to deploy
APISIX and you don't need to use OpenResty to deploy other services, you can
stop/disable OpenResty after OpenResty installation is finished, this 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`.
Review comment:
```suggestion
- OpenResty is a dependency of APISIX, if it is the first time to deploy
APISIX and you don't need to use OpenResty to deploy other services, you can
stop and disable OpenResty after OpenResty installation is finished, this 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`.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]