Versions Compared

Key

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

...

  1. 获取更新包:

    Tip
    iconfalse
    title2.8.x更新包

    https://pan.macochart.com/index.php/s/GmtiF5FGNnisBfW

    Tip
    iconfalse
    title2.7.x更新包

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

     

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

     

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

    Warning
    title请注意更新包路径
    /opt/iReport365/ireport365maco-installer-x.x.x.x.war  (x.x.x是版本号)



  3. 执行以下命令:

    Code Block
    languagebash
    linenumberstrue
    cd /opt/iReport365maco/
    ./stop.sh
    mv ireport365maco.war  ireport365 maco.war.2016050120191009         //这里是当前日期
    mkdir ireport365maco.war
    cd ireport365maco.war
    cp ../ireport365maco-installer-x.x.x.x.war  .     //x.x.x是版本号
    unzip ireport365maco-installer-x.x.x.x.war 
    rm -fr ireport365maco-installer-x.x.x.x.war 
    cd ..
    ./run.sh