Skip to content

Commit

Permalink
Update pre-requirements.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming committed Dec 20, 2024
1 parent c8804bb commit 19bbce0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/en/get-started/pre-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ npm install --global yarn

## Docker Engine or Docker Desktop

ABP's [startup solution templates](../solution-templates/index.md) use Docker to run infrastructure services (e.g. Redis, RabbitMQ) required by your application. You can install Docker Engine or Docker Desktop (recommended) on Windows, macOS and Linux.
ABP's [Layered Solution](../solution-templates/layered-web-application/index.md) and [Microservice Solution](../solution-templates/microservice/index.md) use Docker to run infrastructure services (e.g. SQL Server, Redis, RabbitMQ) required by your application. You can install Docker Engine or Docker Desktop (recommended) on Windows, macOS and Linux.

* [Docker Desktop](https://www.docker.com/products/docker-desktop/) (recommended)
* [Docker Engine](https://docs.docker.com/engine/install/)
Expand All @@ -82,10 +82,6 @@ ABP startup solution templates and tools use some PowerShell scripts (`*.ps1`) t

The following tools are only required to develop ABP's [microservice solution](../solution-templates/microservice/index.md)

### Docker Engine or Docker Desktop

Docker is required to run essential infrastructure services like SQL Server/MongoDB, Redis, RabbitMQ, and Elastic Stack for your microservice application. Follow the instructions above to install Docker Engine or Docker Desktop.

### Helm

[Helm](https://helm.sh/) is a package manager for Kubernetes. You can install Helm by following the [Helm installation guide](https://helm.sh/docs/intro/install/).
Expand Down

0 comments on commit 19bbce0

Please sign in to comment.