Giter Club home page Giter Club logo

openbi's Introduction

官方地址

http://www.openbi.com.cn/

安装方式一

  • 环境要求PHP7.0以上。(建议PHP7.2)

  • 建议环境 lnmp

  • releases 下载部署包openbi.zip

  • 将openbi.zip 上传到服务器并解压到指定位置

  • 将解压的目录授权到web服务启动用户(如: chown -R www:www /home/wwwroot/openbi)

  • 配置 nginx server模块新增webserver的ip或域名与openbi的路径绑定

  • 部署不支持二级目录,请直接将域名或ip定位到项目目录/public下

  • 添加重写规则

    if (!-e $request_filename) {
          rewrite ^(.*)$ /index.php?s=$1 last;
          break;
    }
  • 进入到openbi解压目录 找到.example_env 并复制为 .env (linux执行:cp .example_env .env)

  • 导入openbi.sql

  • 修改 .env 相应配置(配置数据库信息)

  • 默认账号密码 admin / admin

  • 请取消禁用函数 putenv (php.ini中disable_function)

安装方式二

  • 使用宝塔面板一键部署安装

安装方式三

  • releases 下载部署包openbi.zip (适用于版本1.0.5及以上)

  • 解压

  • 安装docker,docker-compose后运行

    docker-compose up
    # 后台运行
    docker-compose up -d
  • 注意默认端口为80、3306、6379、若有端口占用,请修改docker-compoe.yml相关端口

  • 默认数据库mysql的密码为root

  • 将openbi.sql导入数据库

  • 进入到openbi解压目录 找到.example_env 并复制为 .env

  • 修改 .env 相关数据库配置

  • 默认访问地址:ip:80 账号密码(默认账号密码 admin / admin)

其他文档

数据源支持

  • excel/csv
  • API
  • websocket
  • mysql
  • pgsql
  • SQLServer
  • Oracle
  • es
  • redis
  • MongoDB

系统支持

稳定支持Linux CentOS系统

示例

  • http://www.kwcnet.com/assets/img/huabei1.png
  • http://www.openbi.com.cn/upload/20191118/c36bbd258b7ee694eb987221b2b197b0/d0c06fd3b4b6642248a20814924b9c79.jpg
  • http://www.openbi.com.cn/upload/20191118/bff139fa05ac583f685a523ab3d110a0/b522c00ca66c5f633770bf2836e8e460.png
  • http://www.kwcnet.com/assets/img/lvyou.png
  • http://www.kwcnet.com/Images/e03eed0554c8b59707288bd4983f9518.jpg
  • http://www.kwcnet.com/Images/1fb4de3967a2992258e05edd7b5f0127.png

License

遵循nc开源协议发布,并提供个人免费使用。

官方QQ技术交流群

328601229 (QQ群号)

商务垂询

黄成:13370182900(非购买商业授权勿扰)

openbi's People

Contributors

lty628 avatar fulongli avatar kaiwenli avatar amuluowin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.