publish a whole site AEM 6.5
As a content author, How can i publish a whole site in AEM 6.5 in one go? I suppose its using the manage publication feature and adding the root page to include subpages?
As a content author, How can i publish a whole site in AEM 6.5 in one go? I suppose its using the manage publication feature and adding the root page to include subpages?
Hi @key-key,
To successfully publish your entire AEM site to all your publishers, and assuming your website is not too large, and assuming that you only have access to the Author you can:
<filter root="/conf/my-site"></filter>
<filter root="/content/cq:tags/my-site"></filter>
<filter root="/content/dam/my-site"></filter>
<filter root="/content/experience-fragments/my-site"></filter>
<filter root="/content/my-site"></filter>
"/conf/my-site"
"/content/cq:tags/my-site"
"/content/dam/my-site"
"/content/experience-fragments/my-site"
"/content/my-site"
Good Luck!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.