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

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

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 9

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.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 9

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.

Avatar

Level 2

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)

Avatar

Level 10

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