Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
How to remove the sample contents in publish environment? suggest some steps other than removing the package in crx/packmgr.
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
This issue is also covered in detail in the documentation:
You need to start aem in nosamplecontent run mode
Use below command
java -server -XX:MaxPermSize=256m -Xmx1024M -jar cq-publish-p4503.jar -r publish, nosamplecontent
Zugriffe
Antworten
Likes gesamt
Hi Please have a look at this post:- http://blogs.adobe.com/contentmanagement/2013/11/27/install-aem-nosamplecontent-runmode/
//
Author instance installation command:
java -server -XX:MaxPermSize=256m -Xmx1024M -jar cq56-author-p4502.jar -r author, nosamplecontent
Publish instance installation command:
java -server -XX:MaxPermSize=256m -Xmx1024M -jar cq56-publish-p4503.jar -r publish, nosamplecontent
Once CQ gets installed you verify that none of the Geometrixx related content should have got installed.
I hope this will help you.
Thanks and Regards
Kautuk Sahni
This issue is also covered in detail in the documentation:
Zugriffe
Likes
Antworten