Versions Compared

Key

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

...

【Linux系统】

  1. 获取安装包:

    Tip
    title安装包下载地址

    http://dc.ireport365.com/ireport365_enterprise_linux_x64_2.3.1916.tar.gz

  2. 将安装包拷贝至服务器目录:/opt/ireport365_enterprise_linux_x64_xxx.tar.gz

  3. 执行以下命令:

    Code Block
    languagebash
    title解压缩安装包
    tar xvfz ireport365_enterprise_linux_x64_xxx.tar.gz
  4. 修改服务器端口

    Note
    /opt/iReport365/tomcat8/conf/server.xml 

  5. 启动服务器:

    Code Block
    languagebash
    title启动服务器(大约等待30秒)
    cd /opt/iReport365
    ./run.sh
  6. 在浏览器中输入: http://127.0.0.1:端口
  7. 系统默认用户名和密码:  admin/password
  8. 登录系统后,进入平台管理->系统设置,修改平台地址





    Warning
    平台地址后缀不要带 /

...