Page tree

Versions Compared

Key

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

...

Do some customization for Enterprise,

Code Block
# Modify start, status and stop


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


Here are somethings we should look at,

...