This is a sample implementation of Asset Share Commons for the WKND brand.
It includes Asset Share Commons via the all
module. The ui.frontend
module has been created based off of the out of the box Asset Share Commons Light Theme and modified to match the WKND Branding standards.
Learn more about Asset Share Commons and how to create your own project: https://opensource.adobe.com/asset-share-commons/
A pre-compiled AEM package is available under the latest release for easy installation on local environments using CRX Package Manager
wknd-asset-share.all-x.x.x.zip
: AEM as a Cloud Service, default build
It may also be helpful to install the full WKND Sites project or the asset-share-commons.ui.content.sample-2.x.x.zip so that you have some digital assets to work with.
To build all the modules run in the project root directory the following command with Maven 3:
mvn clean install
To build all the modules and deploy the all
package to a local instance of AEM, run in the project root directory the following command:
mvn clean install -PautoInstallSinglePackage
AEM Version | Java SE | Maven |
---|---|---|
AEM as a Cloud Service only | 8, 11 | 3.3.9+ |
Setup your local development environment for AEM as a Cloud Service SDK.