Skip to content

Commit

Permalink
Merge pull request #8 from juan-ayala/automated-documentation-update-…
Browse files Browse the repository at this point in the history
…10290974120

Automated documentation update
  • Loading branch information
juan-ayala committed Aug 7, 2024
2 parents 219ee95 + 9f748e8 commit 666edaa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/aem-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,14 @@ Setup author and publish services. And the dispatcher tools. Requires the AEM as
## Step 3: Visual Studio Code
* Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers). And open the project folder.
* VSCode will detect `.devcontainer/devcontainer.json`. And prompt you to reopen the project in a devcontainer.
* After the container gets created, the feature will run the setup scripts. They will create the folder structure for an author and publish service. And unpack the dispatcher tools.

## Run AEM Services
In VSCode, open the terminal window. This is a terminal inside the docker container. You can run any command as needed, including Maven and Node.

Additionally, the feature will have added some helpful aliases
* `start-author`
* `start-publish`
* `start-dispatcher`
There will be a script named `start-aem`. Use this to start the author, publish or dispatcher.
* Start author: `start-aem author`
* Start publish: `start-aem publish`
* Start dispatcher: `start-aem dispatcher`

The feature also sets up volume mounts for the author and publish services. This is where the services will persist the repository. So that if the container gets deleted and/or rebuilt, the repository will persist.

Expand Down

0 comments on commit 666edaa

Please sign in to comment.