This is a fork of the Adobe AEM WKND Sites Project enhanced with various wcm.io features. It demonstrates the usage of:
WKND versions are compatible with the following versions of Adobe Experience Manager:
- AEM as a Cloud Service
- AEM 6.5 SP17 *)
*) The Site API Filtering Content Processor is currently not compatible with AEM 6.5, it required Sling Engine 2.11 or higher. The default Content Processor is used in AEM 6.5 als fallback.
To deploy WKND to AEM as a Cloud Service, this project's source code must be deployed to AEM via Cloud Manager.
- Clone this Git repository
- Push the
main
branch to your Cloud Manager's Git repository - Ensure a deployment pipline is configured to deploy the target branch/repo to the desired AEM as a Cloud Service env
- Run the Cloud Manager pipeline
- WKND will now be deployed to the target AEM as a Cloud Service environment
Pre-compiled AEM packages are available under the latest release for easy installation on local environments using CRX Package Manager
aem-guides-wknd-wcmio.all-x.x.x.zip
: AEM as a Cloud Service, default buildaem-guides-wknd-wcmio.all-x.x.x-classic.zip
: AEM 6.5.x+
For AEM as a Cloud Service SDK:
$ cd aem-guides-wknd/
$ mvn clean install -PautoInstallSinglePackage
For AEM 6.5.x (running Author/Publish on port 45025/45035):
$ cd aem-guides-wknd/
$ mvn clean install -PautoInstallSinglePackage -Pclassic
WKND Version | AEM as a Cloud Service | AEM 6.5 | Java SE | Maven |
---|---|---|---|---|
Latest (main branch) | Continual | 6.5.17.0+ | 11 | 3.3.9+ |
Setup your local development environment for AEM as a Cloud Service SDK or for older versions of AEM.
By default, sample content from ui.content.sample
will be deployed and installed along with the WKND code base. The WKND reference site is used for demo and training purposes and having a pre-built, fully authored site is useful. However, the behavior of including a full reference site (pages, images, etc...) in source control is unusual and is not recommended for a real-world implementation.
Including ui.content.sample
will overwrite any authored content during each build. If you wish to disable this behavior modify the filter.xml file and update the mode=merge
attribute to avoid overwriting the paths.
- <filter root="/content/wknd" />
+ <filter root="/content/wknd" mode="merge"/>
Many of the images in the WKND Reference website are from Adobe Stock and are Third Party Material as defined in the Demo Asset Additional Terms at https://www.adobe.com/legal/terms.html. If you want to use an Adobe Stock image for other purposes beyond viewing this demo website, such as featuring it on a website, or in marketing materials, you can purchase a license on Adobe Stock.
With Adobe Stock, you have access to more than 140 million high-quality, royalty-free images including photos, graphics, videos and templates to jumpstart your creative projects.
- This project was generated using the AEM Project Archetype.
- This project relies on AEM Core Components.
- The project relies on various wcm.io features