mirror of
https://github.com/jeecgboot/qiaoqiaoyun.git
synced 2025-10-14 14:30:29 +00:00
优化文档
This commit is contained in:
13
README.md
13
README.md
@@ -49,32 +49,27 @@ git clone https://gitee.com/jeecg/qiaoqiaoyun.git
|
|||||||
|
|
||||||
本地快速部署
|
本地快速部署
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
启动步骤:
|
|
||||||
|
|
||||||
|
```
|
||||||
- 1.本地安装jdk7+
|
- 1.本地安装jdk7+
|
||||||
|
|
||||||
- 2.执行下面的Mysql脚本(自动创建数据库:qiaoqiaoyun)
|
- 2.执行下面的Mysql脚本(自动创建数据库:qiaoqiaoyun)
|
||||||
|
|
||||||
```
|
|
||||||
qiaoqiaoyun.sql
|
qiaoqiaoyun.sql
|
||||||
```
|
|
||||||
|
|
||||||
- 3.修改数据库和redis等配置
|
- 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 启动后台
|
- 4.双击 start.bat 启动后台
|
||||||
|
|
||||||
- 5.前端采用nginx部署
|
- 5.前端采用nginx部署
|
||||||
|
把dist部署到nginx中,具体见文档https://help.qiaoqiaoyun.com/open/InstallStart.html
|
||||||
把dist部署到nginx中,具体[见文档](https://help.qiaoqiaoyun.com/open/InstallStart.html)
|
|
||||||
|
|
||||||
- 6.访问敲敲云
|
- 6.访问敲敲云
|
||||||
|
|
||||||
http://localhost
|
http://localhost
|
||||||
|
|
||||||
账号密码:admin/123456
|
账号密码:admin/123456
|
||||||
|
```
|
||||||
|
|
||||||
Docker本地构建启动
|
Docker本地构建启动
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
Reference in New Issue
Block a user