Expand my Community achievements bar.

SOLVED

How to install WKND Site in AEMaaCS?

Avatar

Level 9

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?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi @Mario248 ,

 

The package which you are trying to install contains both mutable and immutable (application code). which is why you see the error.

 

There are several ways you could do this, 

1.) Check out the GitHub repo for the wknd project and deploy it through CM build.

2.)You can embed it into your project and then deploy it. (Careful with this, as there might be some dependencies issues that you can encounter during runtime).

3.)If your intent is to just test, then make use of RDE instances to directly install the packages through the command line. (Much easier and better way IMO, I haven't tried it but this might work as well). More details here:-

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/develo... 

https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/developing/rde/how-to... 

 

Hope this helps!

 

Regards,

Nitesh

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi @Mario248 ,

 

The package which you are trying to install contains both mutable and immutable (application code). which is why you see the error.

 

There are several ways you could do this, 

1.) Check out the GitHub repo for the wknd project and deploy it through CM build.

2.)You can embed it into your project and then deploy it. (Careful with this, as there might be some dependencies issues that you can encounter during runtime).

3.)If your intent is to just test, then make use of RDE instances to directly install the packages through the command line. (Much easier and better way IMO, I haven't tried it but this might work as well). More details here:-

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/develo... 

https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/developing/rde/how-to... 

 

Hope this helps!

 

Regards,

Nitesh

Avatar

Community Advisor

Hi Mario,

clone the repo: https://github.com/adobe/aem-guides-wknd
and follow the commands in this readme file: https://github.com/adobe/aem-guides-wknd/blob/main/README.md

A tutorial video is here: tutorial is available

Thank you,
Sravan