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?
Solved! Go to Solution.
Views
Replies
Total Likes
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:-
Hope this helps!
Regards,
Nitesh
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:-
Hope this helps!
Regards,
Nitesh
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