AEM is ecosystem for miscrosite, how to export microsite to make it fully offline | Community
Skip to main content
dmytro_paslavsk
Level 2
October 16, 2015
Solved

AEM is ecosystem for miscrosite, how to export microsite to make it fully offline

  • October 16, 2015
  • 3 replies
  • 1445 views

One of use cases of AEM is managing microsites, it works cool but i need to export those microsites (set of raled pages, js, css, images, videos) to browser which working in offline mode, how i can accomplish that behavior??

Please describe approaches, features and practices, 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 Mshaji

If you want to export the site, you need to create the package from package manager and install on the offline CQ5 server.

Package should include all your code(jsp,js, css, java libs etc) and contents.

If you want to download all the cq5 contents as static files, you can try some desktop tools like HTTrack website copier, or any other tool.

3 replies

MshajiCommunity AdvisorAccepted solution
Community Advisor
October 16, 2015

If you want to export the site, you need to create the package from package manager and install on the offline CQ5 server.

Package should include all your code(jsp,js, css, java libs etc) and contents.

If you want to download all the cq5 contents as static files, you can try some desktop tools like HTTrack website copier, or any other tool.

dmytro_paslavsk
Level 2
October 16, 2015

Yes, I want to export as static files which opened in browser as offline page, I want to use some AEM features for this purpose, are they exist? (I want to do this programmatically)

Sham_HC
Level 10
October 16, 2015

Static agent is one option[1].   What is exact use case?  After exporting you want to edit or just validate? 

[1]     http://www.wemblog.com/2012/02/how-to-use-static-agent-in-cq-wem.html