Skip to content

DooTask是一款开源在线项目任务管理工具,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM,文件管理等工具;同时消息功能使用非对称加密技术让你的沟通更安全。

License

Notifications You must be signed in to change notification settings

kuaifan/dootask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c415ace · May 1, 2025
Mar 7, 2025
May 1, 2025
Apr 21, 2025
May 29, 2021
Nov 11, 2024
Apr 21, 2025
Apr 21, 2025
Apr 14, 2025
Apr 22, 2025
Apr 24, 2025
May 1, 2025
Dec 12, 2024
May 29, 2021
May 29, 2021
May 29, 2021
Mar 21, 2025
Aug 9, 2023
May 29, 2021
Apr 18, 2025
Mar 24, 2023
Mar 24, 2023
Dec 10, 2024
May 29, 2021
Apr 22, 2025
Nov 18, 2021
Apr 23, 2025
Apr 23, 2025
Aug 29, 2021
Nov 14, 2024
Nov 4, 2024
May 29, 2021
Mar 24, 2023
Apr 23, 2025
Apr 19, 2025
Apr 20, 2025
Apr 21, 2025
Mar 24, 2023
Apr 22, 2025
May 29, 2021
May 29, 2021
Jan 2, 2025

Repository files navigation

Install (Docker)

English | 中文文档

QQ Group

Group No.: 546574618

Setup

  • Docker v20.10+ & Docker Compose v2.0+ must be installed
  • System: Centos/Debian/Ubuntu/macOS/Windows
  • Hardware suggestion: 2 cores and above 4G memory
  • Special note: Windows users please use git bash or cmder to run the command

Deployment (Pro Edition)

# 1、Clone the repository

# Clone projects on github
git clone -b pro --depth=1 https://github.com/kuaifan/dootask.git
# Or you can use gitee
git clone -b pro --depth=1 https://gitee.com/aipaw/dootask.git

# 2、Enter directory
cd dootask

# 3、Installation(Custom port installation, as: ./cmd install --port 80)
./cmd install

Reset password

# Reset default account password
./cmd repassword

Change port

# This method only replaces the HTTP port. To replace the HTTPS port, please read the SSL configuration below
./cmd port 80

Stop server

./cmd stop

# P.S: Once application is set up, whenever you want to start the server (if it is stopped) run below command
./cmd start

Development compilation

  • NodeJs 20+ must be installed
# Development
./cmd dev
   
# Production (This is web client. For App/PC/Mac clients, Please read README-CLIENT.md)
./cmd prod  

Shortcuts for running command

# You can do this using the following command
./cmd artisan "your command"          # To run a artisan command
./cmd php "your command"              # To run a php command
./cmd nginx "your command"            # To run a nginx command
./cmd redis "your command"            # To run a redis command
./cmd composer "your command"         # To run a composer command
./cmd supervisorctl "your command"    # To run a supervisorctl command
./cmd mysql "your command"            # To run a mysql command (backup: Backup database, recovery: Restore database, open: Open database external port access, close: Close database external port access)

SSL configuration

Method 1: Automatic configuration

# Running commands in a project
./cmd https

Or Method 2: Nginx Agent Configuration

# 1、Nginx config add
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

# 2、Running commands in a project (If you unconfigure the NGINX agent, run: ./cmd https close)
./cmd https agent

Upgrade

Note: Please back up your data before upgrading!

# Method 1: Running commands in a project
./cmd update

# Or method 2: use this method if method 1 fails
git pull
./cmd mysql backup
./cmd uninstall
./cmd install
./cmd mysql recovery
  • Please try again if the upgrade fails across a large version.
  • If 502 after the upgrade please run ./cmd reup restart the service.

Transfer

Follow these steps to complete the project migration after the new project is installed:

  1. Backup original database
# Run command under old project
./cmd mysql backup
  1. Copy database backup file and public/uploads directory to the new project.

  2. Restore database to new project

# Run command under new project
./cmd mysql recovery

Uninstall

# Running commands in a project
./cmd uninstall

About

DooTask是一款开源在线项目任务管理工具,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM,文件管理等工具;同时消息功能使用非对称加密技术让你的沟通更安全。

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published