Remove Geometrixx from Publish instance | Community
Skip to main content
DarrenBiz
New Participant
October 16, 2015
Solved

Remove Geometrixx from Publish instance

  • October 16, 2015
  • 1 reply
  • 789 views

I want to remove all Geometrixx content from a fresh AEM6 Author and Publish server. Uninstalling and deleting the packages from Author is easy, but how do you ensure all of the content from Publisher is gone too (content, groups, users, etc)? How do you replicate the removal of content? All of the Security checklists seem to just gloss over this point.

Thanks

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 Lokesh_Shivalingaiah

Hi Darren,

 you can start an instance with 'nosamplecontent'

ex: java -jar <jar file name> publish, nosamplecontent

    java -jar <jar file name> author, nosamplecontent

or you can add 'nosamplecontent' for 'run mode' in you start file

1 reply

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
New Participant
October 16, 2015

Hi Darren,

 you can start an instance with 'nosamplecontent'

ex: java -jar <jar file name> publish, nosamplecontent

    java -jar <jar file name> author, nosamplecontent

or you can add 'nosamplecontent' for 'run mode' in you start file