doc更新

isqianming 3 years ago
parent 1129a8693b
commit fa23fa0584

@ -1,5 +1,5 @@
&emsp; &emsp; AJ-Report是一个完全开源的BI平台酷炫大屏展示能随时随地掌控业务动态让每个决策都有数据支撑。<br>
&emsp; &emsp; 多数据源支持内置mysql、elasticsearch、kudu驱动支持自定义数据集省去数据接口开发支持17种+大屏组件,不会开发,照着设计稿也可以制作大屏。<br>
&emsp; &emsp; 多数据源支持内置mysql、elasticsearch、kudu等多种驱动支持自定义数据集省去数据接口开发支持17种+大屏组件,不会开发,照着设计稿也可以制作大屏。<br>
&emsp; &emsp; 三步轻松完成大屏设计:配置数据源---->写SQL配置数据集---->拖拽配置大屏---->保存发布。欢迎体验。
## 系统特性

@ -1,5 +1,5 @@
## 介绍
- 支持多数据源,目前内置mysql、elasticsearch sql、kudu impala、 http、oracle 、mssqlserver、jdbc <br>
- 支持多数据源,内置mysql、elasticsearch、kudu等多种驱动 <br>
- 可动态扩展
![source.png](../picture/datasource/img_1.png)

@ -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>
![img_3.png](../picture/quickly/img_3.png)
如果仍然有问题请换成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
![img_4.png](../picture/quickly/img_4.png)
![img_4.png](../picture/quickly/img_4.png) <br>
编译完成后是放在当前目录下的build文件夹中report-core-xxxx.zip <br>
**注**脚本目前没有校验是否有Jdk、Git、Node.js
## 解压修改mysql连接
![img_1.png](../picture/quickly/img_1.png)
@ -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

Loading…
Cancel
Save