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

Detailed Installation Process #25

Closed ranma2913 closed 10 years ago

ranma2913 commented 10 years ago

Sorry to be the one to ask for this but I would like some detailed installation instructions.

Once downloaded where do I put the Zip file in relation to the root of my local AEM server?

Do I need to unzip it?

I'm assuming the command: "mvn install -P local,replicate" will be entered in a command terminal. What directory should I run this from? Should it be from within the \cq-groovy-console-develop\ directory?

I've tried several locations but nothing has been successful. Thanks!

ranma2913 commented 10 years ago

Issue solved.

  1. Unzip the file appropriate to the version of AEM you are running.
  2. Start your local author server and publish if you want to replicate.
  3. Run the Maven commands from within the unzipped groovy-console folder. You can shift + right-click on the folder and select "open command window here" to avoid having to do "cd"'s to get where you need to be.