mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-24 09:48:34 +08:00
37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
```
|
||
第一步,下载zip包,解压<br>
|
||
第二步,conf->bootstrap-dev.yml,修改mysql连接<br>
|
||
第三步,启动bin目录下start.sh<br>
|
||
第四步,访问 http://localhost:9095
|
||
```
|
||
|
||
## 下载发行版
|
||
下载地址:[https://gitee.com/anji-plus/report/releases](https://gitee.com/anji-plus/report/releases)
|
||

|
||
|
||
## 修改mysql连接
|
||
解压下载好的Zip包,找到bootstrap-dev.yml <br>
|
||
report-core-XXX --> conf --> bootstrap-dev.yml <br>
|
||

|
||
|
||
将图中关于mysql的连接配置信息换成你使用的IP <br>
|
||
**注**:aj_report库是存放底层基础信息的库,flyway启动时会自动建立,如果你在这里修改了库,将会出错<br>
|
||

|
||
|
||
## 修改路径
|
||
使用上传功能,必须修改此内容
|
||

|
||
|
||
## 启动
|
||
linux启动:report-core-XXX --> bin --> start.sh <br>
|
||
windows启动:report-core-XXX --> bin --> start.bat <br>
|
||
|
||
|
||
## 访问
|
||
http://localhost:9095 <br>
|
||
默认密码:admin 123456
|
||
|
||
|
||
|
||
|