Linux/UNIX/macOS X 操作方法

EPM Automate 需要存取支援的 JRE (版本 8 至 11) 的部署。必須將環境變數 JAVA_HOME 設為指向您的 JRE 安裝。

若要安裝 EPM Automate,請執行下列動作:

  1. 存取環境。
  2. 在「首頁」上,按一下使用者名稱以存取設定和動作
  3. 按一下下載
  4. 在「下載」頁面中,按一下 EPM Automate 區段中的適用於 Linux/macOS X 的下載
  5. 將安裝程式 (EPMAutomate.tar) 儲存於您有讀取/寫入/執行權限的目錄中。
  6. 將安裝程式的內容解壓縮、設定所需的環境變數,然後執行 epmautomate.sh

    macOS X 範例 (假設使用 bash shell) 以便從主目錄安裝並執行。

    cd ~/
    tar xf path_to_downloaded_EPMAutomate.tar
    export JAVA_HOME=$(/usr/libexec/java_home)
    export PATH $HOME/epmautomate/bin:$PATH
    epmautomate.sh

    Linux 範例 (假設使用 Bash Shell) - 從您的主目錄安裝並執行。假設使用 JDK 版本 1.8.0_191。

    cd ~/
    tar xf path_to_downloaded_EPMAutomate.tar
    export JAVA_HOME=/opt/jdk1.8.0_191
    export PATH ~/Downloads/epmautomate/bin:$PATH
    epmautomate.sh