Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download and rename the jar file to run as author on Adobe recomended recommended port of 4502,

Info

If the Jar is not renamed it will not be able to unpack completely even if it was previously renamed. It must be renamed again.

Code Block
languagebash
# wget www.bonsaiframework.com/downloads/private/aem/
...
cd ~
mkdir author
cd author

wget www.bonsaiframework.com/downloads/private/aem/cq-quickstart-6.2.0.jar
mv cq-quickstart-6.2.0.jar aem-author-4502.jar

While in the same aem directory, setup Java,

...