Versions Compared

Key

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

【Linux系统】

  1. 获取更新包:

    Tip
    iconfalse

    http://dc.ireport365.com/ireport365-installer-2.2.910.war

    【点击这里查看更新记录】

     

  2. 将更新包上传至服务器目录 /opt/iReport365/

    Warning
    title请注意更新包路径
    /opt/iReport365/ireport365-installer.war 



  3. 执行以下命令:

    Code Block
    languagebash
    linenumberstrue
    cd /opt/iReport365/
    ./stop.sh
    mv ireport365.war  ireport365.war.20160501         //这里是当前日期
    mkdir ireport365.war
    cd ireport365.war
    cp ../ireport365-installer.war . 
    unzip ireport365-installer.war
    rm -fr ireport365-installer.war
    cd ..
    ./run.sh 

...