2022-02-17 20:39:47 +08:00
2021-12-30 10:36:46 +08:00
2022-02-17 19:11:23 +08:00
2021-12-08 23:21:30 +08:00
2021-05-29 16:52:48 +08:00
2021-06-17 12:40:37 +08:00
2022-02-10 16:41:07 +08:00
2022-02-09 21:52:04 +08:00
2022-02-17 20:39:47 +08:00
2022-02-17 20:39:47 +08:00
2022-01-14 15:55:26 +08:00
2021-05-29 16:52:48 +08:00
2021-05-29 16:52:48 +08:00
2021-05-29 17:11:41 +08:00
2021-05-29 16:52:48 +08:00
2021-12-09 13:27:57 +08:00
2021-12-08 23:21:30 +08:00
2021-05-29 16:52:48 +08:00
2021-06-25 14:26:24 +08:00
2021-05-29 16:52:48 +08:00
2021-05-29 16:52:48 +08:00
cmd
2022-01-21 13:50:41 +08:00
2021-07-27 22:33:15 +08:00
2022-02-09 21:52:04 +08:00
2021-11-18 02:31:17 +00:00
2022-02-17 20:39:47 +08:00
2021-05-29 16:52:48 +08:00
2022-01-21 13:50:41 +08:00
2021-08-29 15:49:54 +08:00
2022-01-21 13:50:41 +08:00
2021-05-29 16:52:48 +08:00
2022-01-16 00:43:05 +08:00
2021-07-09 19:03:41 +08:00

Install (Docker)

English | 中文文档

QQ Group

Group No.: 546574618

Setup

  • Docker & Docker Compose v2.0+ must be installed
  • System: Centos/Debian/Ubuntu/macOS
  • Hardware suggestion: 2 cores and above 2G memory

Deployment project

# 1、Clone the repository

# Clone projects on github
git clone https://github.com/kuaifan/dootask.git
# Or you can use gitee
git clone https://gitee.com/aipaw/dootask.git

# 2、Enter directory
cd dootask

# 3、InstallationCustom port installation: ./cmd install --port 2222
./cmd install

Reset password

# Reset default account password
./cmd repassword

Change port

./cmd port 2222

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

# Development mode, Mac OS only
./cmd dev
   
# Production projects, macOS only
./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 test "your command"             # To run a phpunit command
./cmd mysql "your command"            # To run a mysql command (backup: Backup database, recovery: Restore database)

NGINX PROXY SSL

# 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、Enter directory and run command
./cmd https

Upgrade

Note: Please back up your data before upgrading!

# Method 1: enter directory and run command
./cmd update

# Or method 2: use this method if method 1 fails
git pull
./cmd mysql backup
./cmd uninstall
./cmd install
./cmd mysql recovery
./cmd artisan migrate

Uninstall

# Enter directory and run command
./cmd uninstall
Description
DooTask是一款轻量级的开源在线项目任务管理工具,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM,文件管理等工具。
Readme 90 MiB
Languages
JavaScript 76%
PHP 12.2%
Vue 4.9%
CSS 4.3%
SCSS 1.9%
Other 0.7%