-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update readme with GAP migration troubleshooting guide #234
Conversation
README.md
Outdated
@@ -659,6 +660,22 @@ Command `certificate add` supports certificates in PEM and DER formats. | |||
sh aemw gts certificate remove --alias <alias> -A | |||
``` | |||
|
|||
# Troubleshooting | |||
|
|||
If you're migrating from Gradle AEM Plugin (GAP) you may run into issue with setting up dispatcher. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added link to repo
README.md
Outdated
@@ -659,6 +660,22 @@ Command `certificate add` supports certificates in PEM and DER formats. | |||
sh aemw gts certificate remove --alias <alias> -A | |||
``` | |||
|
|||
# Troubleshooting | |||
|
|||
If you're migrating from Gradle AEM Plugin (GAP) you may run into issue with setting up dispatcher. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Migration from Gradle plugins
...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added subheader
README.md
Outdated
# Troubleshooting | ||
|
||
If you're migrating from Gradle AEM Plugin (GAP) you may run into issue with setting up dispatcher. | ||
In case of error: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when running task dispatcher:start
or dispatcher:setup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extended information
No description provided.