Hi All,
I am working on new project where I have created a Dev author env. in aws and deployed code in it via cmd.
But can you guys please guide me
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @khamat_bn,
@ArpitVarshney's answer covers most of your points, but I'll just add a few of my own:
1. Once you've configured your replication agent to replicate to Publisher, you can replicate packages through CRX DE with the following option:
2. This depends on your project and your content. If you are joining a project that already has code and content deployed and you're not sure what to replicate, a good place to start is to look in the ui.apps and ui.content module of the maven project. This will show you what kinds of things are used in your project. For example:
If you google any one of those terms, you'll find a refrence to where they are stored in the JCR. Another good place to check is by browsing this list of popularly used repository locations: https://docs.adobe.com/content/help/en/experience-manager-64/deploying/restructuring/all-repository-...
3. Any bundles you have deployed SHOULD be part of a codebase. For example, it is common practice for ui.apps to embed your java code in a JAR in the /apps/site/install folder and install the bundle at the same time as the package. If you replicate that package, you will also replicate the embedded bundle
4. As mentioned for number 2, once you've identified which are the root folders where your content is located (there shouldn't be more than 4-6 of these per site), you can quite easily replicate by using the TouchUI Publish button and making sure to include all children an dependencies.
5. Simply launch your publisher for the first time with the nosamplecontent flag (more information here: https://docs.adobe.com/content/help/en/experience-manager-65/administering/security/production-ready...) and then avoid publishing the We.Retail content
6. Nothing to add
Hope that helps!
You need to review the relevant document:
https://docs.adobe.com/content/help/en/experience-manager-64/deploying/configuring/replication.html
The contents that will be replicated to publish instance depends on the contents you have authored.
You can uninstall we-retail package if you do not want it.
Views
Replies
Total Likes
Hi @khamat_bn
Views
Replies
Total Likes
Hi @khamat_bn,
@ArpitVarshney's answer covers most of your points, but I'll just add a few of my own:
1. Once you've configured your replication agent to replicate to Publisher, you can replicate packages through CRX DE with the following option:
2. This depends on your project and your content. If you are joining a project that already has code and content deployed and you're not sure what to replicate, a good place to start is to look in the ui.apps and ui.content module of the maven project. This will show you what kinds of things are used in your project. For example:
If you google any one of those terms, you'll find a refrence to where they are stored in the JCR. Another good place to check is by browsing this list of popularly used repository locations: https://docs.adobe.com/content/help/en/experience-manager-64/deploying/restructuring/all-repository-...
3. Any bundles you have deployed SHOULD be part of a codebase. For example, it is common practice for ui.apps to embed your java code in a JAR in the /apps/site/install folder and install the bundle at the same time as the package. If you replicate that package, you will also replicate the embedded bundle
4. As mentioned for number 2, once you've identified which are the root folders where your content is located (there shouldn't be more than 4-6 of these per site), you can quite easily replicate by using the TouchUI Publish button and making sure to include all children an dependencies.
5. Simply launch your publisher for the first time with the nosamplecontent flag (more information here: https://docs.adobe.com/content/help/en/experience-manager-65/administering/security/production-ready...) and then avoid publishing the We.Retail content
6. Nothing to add
Hope that helps!
Views
Replies
Total Likes
Views
Replies
Total Likes