Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

No sample content

Avatar

Level 4

How to remove the sample contents in publish environment? suggest some steps other than removing the package in crx/packmgr.

1 Accepted Solution

Avatar

Correct answer by
Employee
3 Replies

Avatar

Level 10

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

Avatar

Administrator

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



Kautuk Sahni

Avatar

Correct answer by
Employee