icfnext / aem-groovy-console

The AEM Groovy Console provides an interface for running Groovy scripts in the AEM container. Scripts can be created to manipulate content in the JCR, call OSGi services, or execute arbitrary code using the CQ, Sling, or JCR APIs.
Other
159 stars 94 forks source link

Make compatible with AEMaaCS #113

Closed kwin closed 3 years ago

kwin commented 3 years ago

AEMaaCS has a restriction when it comes to the /var repository location: https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/debugging/debugging-aem-as-a-cloud-service/build-and-deployment.html?lang=en#including-%2Fvar-in-content-package.

Therefore the content structure and ACLs below /var must be created via repoinit. For the samples I would recommend to just move them to an immutable location (/apps/groovyconsole/samples).

markdaugherty commented 3 years ago

Please see https://github.com/CID15/aem-groovy-console