Starting CQ 5.6.1 with out demo Content | Community
Skip to main content
October 16, 2015
Solved

Starting CQ 5.6.1 with out demo Content

  • October 16, 2015
  • 3 replies
  • 2427 views

In the release note of 5.6.1 it mentioned we can start CQ with out sample content (http://dev.day.com/docs/en/cq/current/release_notes/overview.html ).

        

 

Server Operations

 

Ability to start server with 'nosamplecontent' to avoid demo content being installed

Speed-up deployments of production instances

My understanding is when we start CQ geometrixx related content and code will not be installed. Can you share how to start in this way if any one of you tried.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ameesh_Trikha

refer to http://dev.day.com/docs/en/cq/current/deploying/configure_runmodes.html, its used a run mode parameter

3 replies

Ameesh_TrikhaAccepted solution
New Participant
October 16, 2015
October 16, 2015

Thanks Ameesha

New Participant
October 16, 2015

i tried java -jar *.jar -r author,nosamplecontent and it created the instance without default content.