moonming commented on code in PR #6964: URL: https://github.com/apache/apisix/pull/6964#discussion_r867317010
########## docs/en/latest/how-to-build.md: ########## @@ -21,351 +25,218 @@ title: Installing Apache APISIX # --> -This guide walks you through how you can build and get Apache APISIX running on your environment. Please refer the [Getting Started](./getting-started.md) guide for a quick walkthrough on running Apache APISIX. +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; -## Step 1: Install Apache APISIX +This guide walks you through how you can install and run Apache APISIX in your environment. -Apache APISIX can be installed via the [RPM package](#installation-via-rpm-repository-centos), [Docker image](#installation-via-docker), [Helm Chart](#installation-via-helm-chart) or the [source release package](#installation-via-source-release-package). You can install via any one of these options. +Refer to the [Getting Started](./getting-started.md) guide for a quick walk-through on running Apache APISIX. -### Installation via RPM Repository (CentOS) +## Installing etcd -> This installation method is suitable for CentOS 7 and CentOS 8. +APISIX uses [etcd](https://github.com/etcd-io/etcd) to save and synchronize configuration. Before installing APISIX, you need to install etcd on your machine. -If the official OpenResty repository is **not installed yet**, the following command will help you automatically install both OpenResty and Apache APISIX repositories. +It would be installed automatically if you choose the Docker or Helm install method while installing APISIX. If you choose a different method or you need to install it manually, follow the steps shown below: Review Comment: We don't need to install etcd when installing apisix by docker-compose and Helm. So So this part is unnecessary for many users -- 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]
