macOS X 예(Bash 쉘 가정) - 홈 디렉토리에서 설치하고 실행합니다.
cd ~/
tar xf directory_containing_downloaded_installer/EPMAutomate.tar
export JAVA_HOME=$(/usr/libexec/java_home)
export PATH $HOME/epmautomate/bin:$PATH
cd EPMAutomate_extract_directory/epmautomate/bin
./epmautomate.sh
Linux 예(Bash 쉘 가정) - 홈 디렉토리에서 설치하고 실행합니다. JDK 버전 1.8.0_191로 가정합니다.
cd ~/
tar xf directory_containing_downloaded_installer/EPMAutomate.tar
export JAVA_HOME=/opt/jdk1.8.0_191
export PATH ~/Downloads/epmautomate/bin:$PATH
cd EPMAutomate_extract_directory/epmautomate/bin
./epmautomate.sh