Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Nov 21, 2024
1 parent 69b07c6 commit 0534792
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ Package commands:
Setup task:

- AEM instances are provisioned only when the configuration is changed
- Maven AEM application build executed only when there are code changes
- AEM dispatcher set up using Docker Compose, redeployed only when there are configuration changes as well
- AEM dispatcher set up using container engine, redeployed only when there are configuration changes as well
- Health checks executed to confirm the stability of the environment as a whole

<img src="docs/cli-demo-short.gif" alt="CLI Demo"/>
Expand Down Expand Up @@ -160,7 +159,7 @@ Project scaffolding:

- sets up ready-to-use tasks powered by [Task tool](https://taskfile.dev/), which aggregate one or many AEM Compose CLI commands into useful procedures.
- provides configuration for provisioning AEM instances (installing service pack, setting replication agents, etc.).
- provides configuration for running AEM Dispatcher on [Podman](https://podman-desktop.io/) or [Docker](https://www.docker.com/products/docker-desktop/) (remember to install one of these tools before running the setup task).
- provides configuration for running AEM Dispatcher on [Podman](https://podman-desktop.io/) (by default) or [Docker](https://www.docker.com/products/docker-desktop/) (remember to install one of these tools before running the setup task).

To list all available tasks, run:

Expand Down

0 comments on commit 0534792

Please sign in to comment.