【Linux系统】

  1. 获取更新包:

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

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

     

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

    /opt/iReport365/ireport365-installer.war 



  3. 执行以下命令:

    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