navendu-pottekkat commented on code in PR #6929: URL: https://github.com/apache/apisix/pull/6929#discussion_r860476561
########## docs/en/latest/getting-started.md: ########## @@ -115,55 +117,74 @@ We receive a JSON response when we send the request: } ``` -## Pre-Requisites +## Install Apache APISIX -Before you jump ahead, make sure that you have your machine setup with these tools. +To get started, we will install Apache APISIX with Docker and enable the [Admin API](./admin-api.md). -- [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/). +First clone the [apisix-docker](https://github.com/apache/apisix-docker) repository: -- [curl](https://curl.se/docs/manpage.html) for testing the API. Alternatively, you can use tools like [Hoppscotch](https://hoppscotch.io/) or [Postman](https://www.postman.com/). +```shell +git clone https://github.com/apache/apisix-docker.git +cd apisix-docker/example +``` -<!-- -# -# In addition to the basic Markdown syntax, we use remark-admonitions -# alongside MDX to add support for admonitions. Admonitions are wrapped -# by a set of 3 colons. -# Please refer to https://docusaurus.io/docs/next/markdown-features/admonitions -# for more detail. -# ---> +Now, you can use `docker-compose` to start APISIX. Review Comment: It did not install Grafana and Prometheus. Nginx is expected as it is the APISIX dataplane. I used the M1 docker-compose file.  -- 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]
