How to install WKND Site in AEMaaCS? | Community
Skip to main content
Mario248
Level 7
June 23, 2023
Question

How to install WKND Site in AEMaaCS?

  • June 23, 2023
  • 1 reply
  • 1022 views

I need to install WKND Site in AEMaaCS so I downloaded the packages from  https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-2.1.4 and tried to install through package manager but I ended up with "Package (or it's subpackage(s)) contains application content which isn't supported at runtime". Looks like it is not possible to to install mutable content. 

 

I think it will allow to deploy through cloud manager but I dont have want to create a new repo for just installing WKND. Can I embed this WKND and deploy on the same code repo ? Any other option available to install WKND Site on AEMaaCS?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

rawvarun
Community Advisor
Community Advisor
July 7, 2023

You'll need to install it using the cloud manager pipeline.

Refer: https://github.com/adobe/aem-guides-wknd/tree/aem-guides-wknd-2.1.4

 

 

Mario248
Mario248Author
Level 7
July 14, 2023

thanks for your response. I knew about link and I used to deploy this in my local. I build the codebase and deployed in my local aem. But in AEM cloud we can not install through package manager as /app is immutable. it has to be deployed through CM pipeline. I just want to know to how include this WKND packages in my existing code base and deploy in AEM cloud.

RiteshY18
Community Advisor
Community Advisor
September 19, 2023

it depends what you want to include in existing code , WKND is module-based, so you can pick and choose the module you need in your project and them along with any dependencies example components [CSS].

add these to your local repo and add / move to the origin as needed if you are going to the cloud manager for delivery