mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-24 09:48:34 +08:00
Merge branch 'master' of https://gitee.com/anji-plus/report
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
    AJ-Report是一个完全开源的BI平台,酷炫大屏展示,能随时随地掌控业务动态,让每个决策都有数据支撑。<br>
|
||||
    多数据源支持,内置mysql、elasticsearch、kudu驱动,支持自定义数据集省去数据接口开发,支持17种+大屏组件,不会开发,照着设计稿也可以制作大屏。<br>
|
||||
    多数据源支持,内置mysql、elasticsearch、kudu等多种驱动,支持自定义数据集省去数据接口开发,支持17种+大屏组件,不会开发,照着设计稿也可以制作大屏。<br>
|
||||
    三步轻松完成大屏设计:配置数据源---->写SQL配置数据集---->拖拽配置大屏---->保存发布。欢迎体验。
|
||||
|
||||
## 系统特性
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
## 介绍
|
||||
- 支持多数据源,目前内置mysql、elasticsearch sql、kudu impala、 http、oracle 、mssqlserver、jdbc <br>
|
||||
- 支持多数据源,内置mysql、elasticsearch、kudu等多种驱动 <br>
|
||||
- 可动态扩展
|
||||

|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
第一步,下载zip包,解压<br>
|
||||
第二步,conf->bootstrap-dev.yml,修改mysql连接<br>
|
||||
第三步,启动bin目录下start.sh<br>
|
||||
第四步,访问 http://localhost:9095/index.html
|
||||
第四步,访问 http://localhost:9095
|
||||
```
|
||||
|
||||
## 下载发行版
|
||||
@@ -25,14 +25,10 @@ report-core-XXX --> conf --> bootstrap-dev.yml <br>
|
||||
## 启动
|
||||
linux启动:report-core-XXX --> bin --> start.sh <br>
|
||||
windows启动:report-core-XXX --> bin --> start.bat <br>
|
||||
**注**:beta.4版本的start.bat脚本有问题,会提示无法找到主类,请将脚本中的“-Xbootclasspath/a:%LIB_JARS% %JAVA_OPTS%”剪切放置后面<br>
|
||||

|
||||
如果仍然有问题,请换成start.sh启动
|
||||
**注**:脚本目前没有校验是否有Jdk、Mysql
|
||||
|
||||
|
||||
## 访问
|
||||
http://localhost:9095/index.html <br>
|
||||
http://localhost:9095 <br>
|
||||
默认密码:admin 123456
|
||||
|
||||
|
||||
|
||||
@@ -8,6 +8,9 @@ unzip report-core-xxxx.zip
|
||||
cd report-core-xxxx
|
||||
vim conf/bootstrap-dev.yml 数据库连接、上传文件的路径以及地址修改
|
||||
sh bin/start.sh
|
||||
|
||||
访问
|
||||
http://serverip:9095
|
||||
```
|
||||
|
||||
## 编译环境
|
||||
@@ -22,9 +25,8 @@ git clone https://gitee.com/anji-plus/report.git <br>
|
||||
|
||||
## build
|
||||
进入report目录,启动build.sh
|
||||

|
||||
 <br>
|
||||
编译完成后是放在当前目录下的build文件夹中:report-core-xxxx.zip <br>
|
||||
**注**:脚本目前没有校验是否有Jdk、Git、Node.js
|
||||
|
||||
## 解压,修改mysql连接
|
||||

|
||||
@@ -36,8 +38,9 @@ git clone https://gitee.com/anji-plus/report.git <br>
|
||||
## 启动
|
||||
report-core-XXX --> bin --> start.sh <br>
|
||||
sh bin/start.sh <br>
|
||||
**注**:脚本目前没有校验是否有Jdk、Mysql
|
||||
|
||||
## 访问
|
||||
http://serverip:9095 <br>
|
||||
默认密码:admin 123456
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user