ホーム・ディレクトリからインストールおよび実行する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シェルを前提)。Javaバージョン17.0.12を前提としています。
cd ~/
tar xf directory_containing_downloaded_installer/EPMAutomate.tar
export JAVA_HOME=/opt/jdk_17.0.12
export PATH ~/Downloads/epmautomate/bin:$PATH
cd EPMAutomate_extract_directory/epmautomate/bin
./epmautomate.sh