mirror of
https://github.com/jeecgboot/qiaoqiaoyun.git
synced 2026-02-27 01:00:11 +08:00
提供git安装方式
This commit is contained in:
@@ -37,13 +37,28 @@ QiaoQiaoYun has comprehensive **application building capabilities**, **form engi
|
||||
|
||||
|
||||
|
||||
Download Deployment Package
|
||||
-----------------------------------
|
||||
|
||||
> If GitHub's network is unstable, prioritize downloading via Baidu Netdisk.
|
||||
#### 1. Download via Release (⭐Recommended)
|
||||
|
||||
> **Recommended Method**: Download the complete installation package directly from the Release page
|
||||
|
||||
<https://www.qiaoqiaoyun.com/downloadCode>
|
||||
- GitHub Release: [https://github.com/jeecgboot/qiaoqiaoyun/releases](https://github.com/jeecgboot/qiaoqiaoyun/releases)
|
||||
|
||||
#### 2. Cloud Drive Download (⭐Recommended)
|
||||
|
||||
Download directly via [Baidu Cloud Drive](https://pan.baidu.com/s/141_ugZIGfuiDw3t6GvyR1Q?pwd=gdkq)
|
||||
|
||||
#### 3. Git LFS Clone Download (Complicated)
|
||||
- Windows: Download and install from [Git LFS official website](https://git-lfs.github.com/)
|
||||
- macOS: Install using Homebrew, run command in terminal: `brew install git-lfs`
|
||||
- Linux: Install using package manager, or download binary files from [Git LFS GitHub page](https://github.com/git-lfs/git-lfs/releases)
|
||||
|
||||
> **Note**: qiaoqiaoyun-start-\*.jar is uploaded using Git LFS. Direct git clone will result in qiaoqiaoyun-start-\*.jar being only 1 KB.
|
||||
|
||||
After installing Git LFS, execute the command:
|
||||
```bash
|
||||
git clone https://gitee.com/jeecg/qiaoqiaoyun.git
|
||||
```
|
||||
|
||||
|
||||
Local Quick Deployment
|
||||
|
||||
23
README.md
23
README.md
@@ -45,15 +45,30 @@
|
||||
```
|
||||
|
||||
|
||||
|
||||
下载部署包
|
||||
-----------------------------------
|
||||
#### 1.网盘下载(⭐推荐)
|
||||
|
||||
> 如果github网络不好,优先通过百度网盘下载
|
||||
|
||||
<https://www.qiaoqiaoyun.com/downloadCode>
|
||||
直接通过 [百度网盘下载](https://pan.baidu.com/s/141_ugZIGfuiDw3t6GvyR1Q?pwd=gdkq)
|
||||
|
||||
|
||||
#### 2.通过 Release 下载(⭐推荐)
|
||||
|
||||
> **推荐方式**:直接从 Release 页面下载完整安装包
|
||||
|
||||
- GitHub Release:[https://github.com/jeecgboot/qiaoqiaoyun/releases](https://github.com/jeecgboot/qiaoqiaoyun/releases)
|
||||
|
||||
#### 3.Git LFS 克隆下载(繁琐)
|
||||
- Windows: 可以从 [Git LFS 的官方网站 ](https://git-lfs.github.com/)下载并安装。
|
||||
- macOS: 可以使用 Homebrew 安装,在终端中运行命令: `brew install git-lfs`
|
||||
- Linux: 可以使用包管理器安装,或者从 [Git LFS 的 GitHub 页面](https://github.com/git-lfs/git-lfs/releases) 下载二进制文件。
|
||||
|
||||
> **原因**: qiaoqiaoyun-start-\*.jar采用Git LFS上传。直接git clone下载会发现 qiaoqiaoyun-start-\*.jar 只有 1 KB。
|
||||
|
||||
安装Git LFS后,执行命令:
|
||||
```bash
|
||||
git clone https://gitee.com/jeecg/qiaoqiaoyun.git
|
||||
```
|
||||
|
||||
本地快速部署
|
||||
-----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user