no message

This commit is contained in:
kuaifan 2023-03-25 12:35:23 +08:00
parent 76859c20c1
commit 1b524f675d
2 changed files with 43 additions and 7 deletions

View File

@ -10,7 +10,7 @@ English | **[中文文档](./README_CN.md)**
**🎉 The Pro version is now available, and you can upgrade to the Pro version for free with the following command, [Functional compare](https://www.dootask.com/pro)。**
```bash
# The Pro version is now available and can be upgraded to the Pro version for free with the following command
# Upgrade from the regular version to the pro version
git checkout -b pro origin/pro
./cmd up -d
@ -27,15 +27,32 @@ Group No.: `546574618`
- System: `Centos/Debian/Ubuntu/macOS`
- Hardware suggestion: 2 cores and above 4G memory
### Deployment project
### DeploymentPro Edition
```bash
# 1、Clone the repository
# Clone projects on github
git clone --depth=1 https://github.com/kuaifan/dootask.git
git clone -b pro --depth=1 https://github.com/kuaifan/dootask.git
# Or you can use gitee
git clone --depth=1 https://gitee.com/aipaw/dootask.git
git clone -b pro --depth=1 https://gitee.com/aipaw/dootask.git
# 2、Enter directory
cd dootask
# 3、InstallationCustom port installation: ./cmd install --port 2222
./cmd install
```
### Deployment (Normal Edition)
```bash
# 1、Clone the repository
# Clone projects on github
git clone -b v0.13.0 --depth=1 https://github.com/kuaifan/dootask.git
# Or you can use gitee
git clone -b v0.13.0 --depth=1 https://gitee.com/aipaw/dootask.git
# 2、Enter directory
cd dootask

View File

@ -10,6 +10,8 @@
**🎉 Pro版本现已发布可通过一下命令免费升级至Pro版本[版本功能比较](https://www.dootask.com/pro)。**
```bash
# 普通版升级至Pro版
git checkout -b pro origin/pro
./cmd up -d
./cmd update
@ -25,15 +27,32 @@ git checkout -b pro origin/pro
- 支持环境:`Centos/Debian/Ubuntu/macOS`
- 硬件建议2核4G以上
### 部署项目
### 部署项目Pro版
```bash
# 1、克隆项目到您的本地或服务器
# 通过github克隆项目
git clone --depth=1 https://github.com/kuaifan/dootask.git
git clone -b pro --depth=1 https://github.com/kuaifan/dootask.git
# 或者你也可以使用gitee
git clone --depth=1 https://gitee.com/aipaw/dootask.git
git clone -b pro --depth=1 https://gitee.com/aipaw/dootask.git
# 2、进入目录
cd dootask
# 3、一键安装项目自定义端口安装 ./cmd install --port 2222
./cmd install
```
### 部署项目(普通版)
```bash
# 1、克隆项目到您的本地或服务器
# 通过github克隆项目
git clone -b v0.13.0 --depth=1 https://github.com/kuaifan/dootask.git
# 或者你也可以使用gitee
git clone -b v0.13.0 --depth=1 https://gitee.com/aipaw/dootask.git
# 2、进入目录
cd dootask