Compare commits

...

4 Commits
expo ... master

Author SHA1 Message Date
kuaifan
f20c655a23 update README.md 2024-10-28 23:01:40 +08:00
kuaifan
5c3857433e update README.md 2023-08-02 11:04:21 +08:00
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 72 additions and 8 deletions

View File

@@ -5,25 +5,57 @@ 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 fetch origin pro:pro
git stash save
git checkout pro
./cmd up -d
./cmd update
```
**QQ Group**
Group No.: `546574618`
## Setup
- `Docker` & `Docker Compose v2.0+` must be installed
- `Docker v20.10+` & `Docker Compose v2.0+` must be installed
- 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,25 +5,57 @@
- [截图预览](README_PREVIEW.md)
- [演示站点](http://www.dootask.com/)
## 🙋 升级到Pro版本
**🎉 Pro版本现已发布可通过一下命令免费升级至Pro版本[版本功能比较](https://www.dootask.com/pro)。**
```bash
# 普通版升级至Pro版
git fetch origin pro:pro
git stash save
git checkout pro
./cmd up -d
./cmd update
```
**QQ交流群**
- QQ群号: `546574618`
## 安装程序
- 必须安装:`Docker``Docker Compose v2.0+`
- 必须安装:`Docker v20.10+``Docker Compose v2.0+`
- 支持环境:`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