Compare commits

...

2 Commits

Author SHA1 Message Date
kuaifan
1b524f675d no message 2023-03-25 12:35:23 +08:00
kuaifan
76859c20c1 README 2023-03-24 09:21:50 +08:00
2 changed files with 64 additions and 6 deletions

View File

@@ -5,6 +5,18 @@ English | **[中文文档](./README_CN.md)**
- [Screenshot Preview](README_PREVIEW.md)
- [Demo site](http://www.dootask.com/)
## 🙋 Upgrade to Pro version
**🎉 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
# Upgrade from the regular version to the pro version
git checkout -b pro origin/pro
./cmd up -d
./cmd update
```
**QQ Group**
Group No.: `546574618`
@@ -15,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

@@ -5,6 +5,18 @@
- [截图预览](README_PREVIEW.md)
- [演示站点](http://www.dootask.com/)
## 🙋 升级到Pro版本
**🎉 Pro版本现已发布可通过一下命令免费升级至Pro版本[版本功能比较](https://www.dootask.com/pro)。**
```bash
# 普通版升级至Pro版
git checkout -b pro origin/pro
./cmd up -d
./cmd update
```
**QQ交流群**
- QQ群号: `546574618`
@@ -15,15 +27,32 @@
- 支持环境:`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