Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: missing su

...

Code Block
languagebash
sudo su - aemadmin

Download the pre-configured package for not configured....

...

Modify start, status and stop to include Zero Footprint Java,

Code Block

# Bonsaiframework - Modification Start
# --------------------------------------
JRE_HOME=/opt/aem/author/java/Contents/Home/
JAVA_HOME=/opt/aem/author/java/Contents/Home/
PATH=${JAVA_HOME}/bin:${PATH}
# --------------------------------------
# Bonsaiframework - Modification End

...