Files
AJ-Report/doc/docker/README.md
2024-03-25 15:02:39 +08:00

8 lines
539 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
- 1.部署主机需预安装docker及docker compose。
- 2.参照技术文档快速入门>源码部署章节解压缩产生build/aj-report-xxxx目录。
- 3.修改数据库连接MySQL JDBC url指向部署主机root密码默认为123456。
- 4.使用docker-compose up -d命令启动程序即可。
- 5.MySQL数据存储在目录build/aj-report-mysql。
- 6.AJ-Report执行日志存储在目录build/aj-report-logs。
- 7.注意Dockerfile和docker-compose.yml中文件的路径、名称、参数和你自己系统保持一致。