Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 68 Next »

【Linux系统】

  1. 获取更新包:

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

     

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

    请注意更新包路径

    /opt/iReport365/ireport365-installer-x.x.x.war  (x.x.x是版本号)



  3. 执行以下命令:

    cd /opt/iReport365/
    ./stop.sh
    mv ireport365.war  ireport365.war.20160501         //这里是当前日期
    mkdir ireport365.war
    cd ireport365.war
    cp ../ireport365-installer-x.x.x.war .     //x.x.x是版本号
    unzip ireport365-installer.war
    rm -fr ireport365-installer.war
    cd ..
    ./run.sh 

 

  • No labels