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 20, 2024
1 parent 7eb80a1 commit 94144f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,18 @@ 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/).
- 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).

To list all available tasks, run:

```shell
sh taskw --list
```

For example:
Usually, the first steps to take are:

```shell
sh taskw init
sh taskw setup
```

Expand Down

0 comments on commit 94144f0

Please sign in to comment.