Hi All,
Do we have to maintain /conf as code in GIT repo or control this folder access using ACL's? what is the best practice ?
Even though we are in 6.5, we are not yet using Editable templates fully and just starated using Content Fragments.
Also planning to move AEM as cloud service in Q3.
Appreciate any suggestion on this.
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Antony6790
It is always best practice to keep the /conf in code i.e.using any source code management (git) and it will be deployed as part of the deployment package.
In AEM as CS, the ui.content package contains all content and configuration. The Content Package, contains all the node definitions not in the ui.apps or ui.config packages, or in other words, anything not in /apps or /oak:index.
Please refer the link here:
Also you can refer the wknd website which is implemented by following the best practices by Adobe:
https://github.com/adobe/aem-guides-wknd
Hope this helps!
Thanks
Hi @Antony6790
It is always best practice to keep the /conf in code i.e.using any source code management (git) and it will be deployed as part of the deployment package.
In AEM as CS, the ui.content package contains all content and configuration. The Content Package, contains all the node definitions not in the ui.apps or ui.config packages, or in other words, anything not in /apps or /oak:index.
Please refer the link here:
Also you can refer the wknd website which is implemented by following the best practices by Adobe:
https://github.com/adobe/aem-guides-wknd
Hope this helps!
Thanks