优化文档

This commit is contained in:
JEECG
2025-07-10 11:39:04 +08:00
parent b325356a80
commit 4bde11e64f

View File

@@ -49,32 +49,27 @@ git clone https://gitee.com/jeecg/qiaoqiaoyun.git
本地快速部署
-----------------------------------
启动步骤:
```
- 1.本地安装jdk7+
- 2.执行下面的Mysql脚本(自动创建数据库qiaoqiaoyun)
```
qiaoqiaoyun.sql
```
- 3.修改数据库和redis等配置
修改 config/application-prod.yml见[具体配置](https://help.qiaoqiaoyun.com/open/InstallStart.html)
修改 config/application-prod.yml具体配置见https://help.qiaoqiaoyun.com/open/InstallStart.html
- 4.双击 start.bat 启动后台
- 5.前端采用nginx部署
把dist部署到nginx中具体[见文档](https://help.qiaoqiaoyun.com/open/InstallStart.html)
把dist部署到nginx中具体见文档https://help.qiaoqiaoyun.com/open/InstallStart.html
- 6.访问敲敲云
http://localhost
账号密码admin/123456
```
Docker本地构建启动
-----------------------------------