You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,8 +117,7 @@ Package commands:
117
117
Setup task:
118
118
119
119
- AEM instances are provisioned only when the configuration is changed
120
-
- Maven AEM application build executed only when there are code changes
121
-
- AEM dispatcher set up using Docker Compose, redeployed only when there are configuration changes as well
120
+
- AEM dispatcher set up using container engine, redeployed only when there are configuration changes as well
122
121
- Health checks executed to confirm the stability of the environment as a whole
123
122
124
123
<imgsrc="docs/cli-demo-short.gif"alt="CLI Demo"/>
@@ -160,7 +159,7 @@ Project scaffolding:
160
159
161
160
- 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.
162
161
- provides configuration for provisioning AEM instances (installing service pack, setting replication agents, etc.).
163
-
- 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).
162
+
- 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).
0 commit comments